Changes for version 0.67 - 2011-04-24

  • The %N strftime specifier simply truncated nanoseconds, rather than rounding them. Reported by Michael R. Davis. RT #66744.
  • The %U strftime specifier was off by one in years where January 1st was a Sunday. Patch by Christian Hansen. RT #67631.
  • The %W strftime specifier was off by one in years where January 1st was a Sunday or Monday. Patch by Christian Hansen. RT #67631.
  • Some small optimizations from Christian Hansen. The biggest impact is for calculating week_of_month, week_number, and week_year.
  • This distro now requires Perl 5.8.1+ (it implicitly did this anyway now that Params::Validate is 5.8.1+).

Modules

A date and time object
Duration objects for date math
Infinite past and future DateTime objects
leap seconds table and utilities

Provides

in lib/DateTimePP.pm
in lib/DateTimePPExtra.pm
in lib/DateTime/Helpers.pm
in lib/DateTime/Infinite.pm
in lib/DateTime/Infinite.pm
in lib/DateTime.pm