The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.29 - 2015-09-17

  • Changed the fractional second precision in from_epoch() when invoked with a floating point value from nanosecond precision to microsecond precision.
  • Changed the exception message in ->from_string(), from "Cannot parse ..." to "Could not parse ...".
  • Added following methods to the API:
    • delta_hours
    • delta_minutes
    • delta_seconds
    • delta_milliseconds
    • delta_microseconds
    • delta_nanoseconds
    • microsecond_of_day
    • nanosecond_of_day
    • with_microsecond_of_day
    • with_nanosecond_of_day

Modules

Represents a date and time of day with an offset from UTC
Adjusters for Time::Moment