info > Date::Manip::Changes6

๐Ÿ“– NAME

Date::Manip::Changes6 - changes in Date::Manip 6.xx

๐Ÿ“‹ SYNOPSIS

This describes the changes made to the Date::Manip module in the 6.xx series of releases. Major changes are marked with asterisks (*).

For the most part, Date::Manip has remained backward compatible at every release, but occasionally, a change is made which is backward incompatible. These are marked with an exclamation mark (!).

#=head1 VERSION 6.90 (expected 2022-12-01) # #=head1 VERSION 6.89 (expected 2022-09-01) # #=head1 VERSION 6.88 (expected 2022-06-01) # #=head1 VERSION 6.87 (expected 2022-03-01)

๐Ÿš€ Quick Reference

Use CaseCommandDescription
Upgrade to latest 6.xxcpan Date::ManipInstall the most recent version with all fixes and timezone data.
Handle timezone updatesuse Date::Manip::TZ;New zoneinfo data is included; configure TZ or use local timezone detection.
Use new delta features$delta->convert(type)Convert between exact, semi-exact, and estimated deltas (added in 6.70).
Work with recurrences$recur->dates($start, $end)Recurrence calculations now relative to base date; use iterator functions (6.20).
Parse special date formats$date->parse('Christmas at noon PST')Parse holidays, timezones, and ISO 8601 times (added in 6.48).

๐Ÿท๏ธ VERSION 6.86 (2021-11-15)

โš ๏ธ Change warn to carp

All warnings are now issued with the carp command rather than warn. Requested in GitHup pull request #18, but that request was not used because it only changed the uses in the Date::Manip::Date module.

๐Ÿ› Bug fixes

๐Ÿ• Time zone fixes

๐Ÿท๏ธ VERSION 6.85 (2021-03-01)

๐Ÿงช Test fixes

๐Ÿท๏ธ VERSION 6.84 (2021-03-01)

๐Ÿ• Time zone fixes

๐ŸŒ Language fixes

๐Ÿท๏ธ VERSION 6.83 (2020-12-01)

๐Ÿ• Time zone fixes

๐Ÿท๏ธ VERSION 6.82 (2020-06-01)

๐Ÿ• Time zone fixes

๐Ÿท๏ธ VERSION 6.81 (2020-03-01)

Messed up the 6.80 package. This release fixes it.

๐Ÿท๏ธ VERSION 6.80 (2020-03-01)

๐Ÿ“ Missed Changes entry for previous version

๐Ÿท๏ธ VERSION 6.79 (2019-12-01)

๐Ÿ• Time zone fixes

๐Ÿท๏ธ VERSION 6.78 (2019-08-29)

๐Ÿ• Time zone fixes

๐Ÿ“„ Documentation fixes

๐Ÿท๏ธ VERSION 6.77 (2019-06-01)

๐Ÿ• Time zone fixes

๐Ÿท๏ธ VERSION 6.76 (2019-03-01)

๐Ÿ› Fixed bug in Date::Manip::Date::list_holidays

๐Ÿ”„ Reordered TZ detection methods

๐Ÿ• Time zone fixes

๐Ÿท๏ธ VERSION 6.75 (2018-12-03)

๐Ÿ“ฆ Fixed packaging problems

๐Ÿท๏ธ VERSION 6.74 (2018-12-01)

๐Ÿ—‘๏ธ Removed travis file from the tarball

๐Ÿ• Time zone fixes

๐Ÿท๏ธ VERSION 6.73 (2018-09-01)

๐Ÿ”ง Fixed math on non-64-bit architectures

๐Ÿ› Bug in normalizing estimated business deltas

๐Ÿท๏ธ VERSION 6.72 (2018-06-06)

๐Ÿ› Fixed recurrence bug

๐Ÿ”ข Fixed version problem

๐Ÿ“„ Documentation fixes

๐Ÿท๏ธ VERSION 6.71 (2018-06-01)

๐Ÿ› Fixed an extremely rare problem with recurrences

๐Ÿ“„ Changes file supported

๐Ÿ”ง Fix for timezone determination

๐Ÿ• Time zone fixes

๐Ÿ“„ Documentation fixes

๐Ÿท๏ธ VERSION 6.70 (2018-03-01)

โš ๏ธ (*) (!) Changes to deltas

โš ๏ธ (*) (!) Deprecated some parts of Date::Manip::Delta

โณ Deprecation of TZ postponed

โšก Some speed improvements

๐ŸŒ Changed behavior if timezone not determined

๐Ÿ“„ Fixed Makefile.PL

๐Ÿ• Time zone fixes

๐Ÿ“„ Documentation fixes

๐Ÿท๏ธ VERSION 6.60 (2017-09-01)

๐Ÿ› Bug fixes

๐Ÿ“„ Documentation fixes

๐Ÿท๏ธ VERSION 6.59 (2017-06-01)

๐Ÿ• Time zone fixes

๐Ÿ“„ Documentation fixes

๐Ÿท๏ธ VERSION 6.58 (2017-03-01)

๐Ÿ”ง Better support for $mode in DateCalc

๐Ÿ› Bug fixes

๐Ÿ• Time zone fixes

๐Ÿท๏ธ VERSION 6.57 (2016-12-01)

๐Ÿ• Time zone fixes

๐Ÿงช Test fixes

๐Ÿท๏ธ VERSION 6.56 (2016-09-09)

๐Ÿงช Test fixes

๐Ÿท๏ธ VERSION 6.55 (2016-09-01)

๐Ÿ› Fixed bug where $::TZ wasn't used

๐Ÿ› Fixed bug where recurrences were not parsed correctly

๐Ÿ› Fixed a bug in some methods of creating new objects

๐Ÿ• Time zone fixes

๐Ÿงช Test fixes

๐Ÿท๏ธ VERSION 6.54 (2016-05-31)

โš ๏ธ Deprecation of Date::Manip 5.xx tests

โณ Deprecation of TZ postponed

๐Ÿ› Bug fixes

๐Ÿ• Time zone fixes

๐Ÿ“„ Documentation fixes

๐Ÿท๏ธ VERSION 6.53 (2016-03-02)

๐Ÿ› Bug fixes

๐Ÿ• Time zone fixes

๐Ÿ“„ Documentation fixes

๐Ÿท๏ธ VERSION 6.52 (2015-12-01)

โž• Added date ranges on unmodified dates in Recur

โž• Added IWn and NWn recurrence modifiers

โš ๏ธ (!) Reworked holidays slightly

๐Ÿ› Bug fixes

๐Ÿ• Time zone fixes

๐Ÿงช Test fixes

๐Ÿท๏ธ VERSION 6.51 (2015-09-01)

๐Ÿ” Changes suggested by perlcritic

โš ๏ธ (!) Date::Manip::Delta::value now returns an empty string

๐Ÿ› Bug fixes

๐Ÿ”ง Improved DM6 ParseDate and ParseDateString

๐Ÿ• Time zone fixes

๐Ÿงช Test fixes

๐Ÿ“„ Documentation fixes

๐Ÿท๏ธ VERSION 6.50 (2015-06-01)

๐Ÿ› Bug fixes

๐Ÿ• Time zone fixes

๐Ÿ“„ Documentation fixes

๐Ÿท๏ธ VERSION 6.49 (2015-03-01)

โš ๏ธ Added a deprecation warning

โšก Some speedups for timezone handling

๐Ÿ› Bug fixes

๐Ÿ• Time zone fixes

๐ŸŒ Language fixes

๐Ÿท๏ธ VERSION 6.48 (2014-12-01)

๐Ÿ“ฆ Put repository on GitHub

๐Ÿ”ง parse_time now parses ISO 8601 times

๐ŸŒ Parsing special dates with timezones now works

๐Ÿ”ง dm_zdump modified

๐Ÿ› Bug fixes

๐Ÿ• Time zone fixes

๐Ÿท๏ธ VERSION 6.47 (2014-09-01)

๐Ÿ• Time zone fixes

๐Ÿ“„ Documentation fixes

๐Ÿท๏ธ VERSION 6.46 (2014-07-08)

๐Ÿ“ฆ Broken distribution

๐Ÿ• Time zone fixes

๐ŸŒ Language fixes

๐Ÿท๏ธ VERSION 6.45 (2014-06-05)

๐Ÿงช Fixed a test

๐Ÿท๏ธ VERSION 6.44 (2014-06-01)

โš ๏ธ (*) Improvements to UTF8 handling

โž• New features

๐Ÿ• Time zone fixes

๐Ÿ“„ Documentation fixes

๐Ÿท๏ธ VERSION 6.43 (2014-03-03)

๐Ÿ“ฆ Several changes to distribution files

๐Ÿ• Time zone fixes

๐Ÿ“„ Documentation fixes

๐Ÿท๏ธ VERSION 6.42 (2013-12-02)

โž• Added ParseDateFormat function

โž• Added Common Log format

๐Ÿ• Time zone fixes

๐Ÿ› Bug fixes

๐Ÿท๏ธ VERSION 6.41 (2013-09-05)

๐Ÿ› Bug fixes

๐Ÿ• Time zone fixes

๐Ÿท๏ธ VERSION 6.40 (2013-06-01)

๐Ÿ—‘๏ธ Removed PODs

๐Ÿ• Time zone fixes

๐Ÿท๏ธ VERSION 6.39 (2013-03-01)

โž• Added the $mode argument to ParseDateDelta

โž• Added get_config method

๐ŸŒ Language fixes

๐Ÿ“„ Documentation fixes

๐Ÿท๏ธ VERSION 6.38 (2013-01-08)

โš ๏ธ (*) Tar file format corrected

โš ๏ธ (*) Date::Manip 5.xx end-of-life

โš ๏ธ (!) Removed some deprecated config variables

๐Ÿท๏ธ VERSION 6.37 (2012-12-01)

๐Ÿ› Bug fixes

๐Ÿ• Time zone fixes

๐Ÿ“„ Documentation fixes

๐Ÿท๏ธ VERSION 6.36 (2012-10-31)

๐Ÿ”ข Fix version numbers

๐Ÿท๏ธ VERSION 6.35 (2012-10-31)

๐Ÿ”ง Fix PATH

๐Ÿ—‘๏ธ Removed dependency on YAML

๐Ÿ› Bug fixes

๐Ÿท๏ธ VERSION 6.34 (2012-09-04)

This is a bug fix so that the PATH won't break non-unix installs.

๐Ÿ› Bug fixes

๐Ÿท๏ธ VERSION 6.33 (2012-09-01)

โž• Improvements to Date::Manip::Delta

๐Ÿ› Bug fixes

๐Ÿ• Time zone fixes

๐Ÿ“„ Documentation fixes

๐Ÿท๏ธ VERSION 6.32 (2012-06-01)

๐Ÿ”ง Modified Build.PL

๐Ÿ› Bug fixes

๐Ÿ• Time zone fixes

๐Ÿ“„ Documentation fixes

๐Ÿท๏ธ VERSION 6.31 (2012-03-01)

โž• Added extended formats to printf method

โž• Can now parse formats where the time and zone are not adjacent

โž• Added PeriodTimeSep config variable

โž• Holidays can be used as date strings

โž• Added new recur modifiers

โž• Added a new date format

โž• More flexibility in parsing timezones with both offset and abbrev

โž• Deltas now support fractional values

โž• Multiple holidays supported

๐Ÿ› Bug fixes

๐ŸŒ Language fixes

๐Ÿ“„ Documentation fixes

๐Ÿท๏ธ VERSION 6.30 (2012-01-11)

โš ๏ธ (*) (!) Reworked deltas

โš ๏ธ (!) Modified Delta_Format

โš ๏ธ (!) Removed some deprecated config variables

๐Ÿ• Time zone fixes

๐Ÿ”ง Better handling of undef in DM6

๐Ÿ› Bug fixes

๐Ÿท๏ธ VERSION 6.25 (2011-08-31)

โž• Relaxed one constraint in ISO 8601 dates

โš ๏ธ (*) Set official removal dates for old config variables

๐Ÿ• Time zone fixes

๐Ÿท๏ธ VERSION 6.24 (2011-06-13)

โž• New features

๐Ÿ› Bug fixes

๐Ÿ• Time zone fixes

๐Ÿท๏ธ VERSION 6.23 (2011-04-15)

โš ๏ธ (!) Renamed one Date::Manip::Recur method

โš ๏ธ (*) Reworked holidays defined as recurrences

โž• New features

๐Ÿ› Bug fixes

๐Ÿ• Time zone fixes

๐Ÿ“„ Documentation fixes

๐Ÿท๏ธ VERSION 6.22 (2011-03-07)

๐Ÿ• Time zone fixes

๐ŸŒ Language fixes

๐Ÿ“„ Documentation fixes

๐Ÿท๏ธ VERSION 6.21 (2011-01-10)

โž• New features

๐Ÿ› Bug fixes

๐Ÿ• Time zone fixes

๐ŸŒ Language fixes

๐Ÿท๏ธ VERSION 6.20 (2010-12-01)

โš ๏ธ (*) (!) Reworked recurrences

๐Ÿ• Time zone fixes

๐Ÿท๏ธ VERSION 6.14 (2010-10-20)

โš ๏ธ (*) Date::Manip 5.xx fully integrated with 6.xx

๐Ÿ› Bug fixes

๐Ÿ“„ Documentation fixes

๐Ÿท๏ธ VERSION 6.13 (2010-10-13)

โž• New features

๐Ÿ› Bug fixes

๐Ÿ• Time zone fixes

๐ŸŒ Language fixes

๐Ÿงช Test fixes

๐Ÿ“„ Documentation fixes

๐Ÿท๏ธ VERSION 6.12 (2010-09-27)

โš ๏ธ (!) IntCharSet config variable deprecated

โž• New features

๐Ÿ› Bug fixes

๐Ÿ• Time zone fixes

๐ŸŒ Language fixes

๐Ÿ“„ Documentation fixes

๐Ÿท๏ธ VERSION 6.11 (2010-04-30)

๐Ÿ› Bug fixes

๐Ÿท๏ธ VERSION 6.10 (2010-04-29)

โš ๏ธ (*) Combined 5.xx and 6.xx releases into one distribution

โš ๏ธ (!) Zones specified by offset

๐Ÿ› Bug fixes

๐Ÿ• Time zone fixes

๐Ÿงช Test fixes

๐Ÿ“„ Documentation fixes

๐Ÿท๏ธ VERSION 6.07 (2010-02-05)

๐Ÿ› Bug fixes

๐Ÿท๏ธ VERSION 6.06 (2010-02-05)

๐Ÿ› Bug fixes

๐Ÿ• Time zone fixes

๐Ÿท๏ธ VERSION 6.05 (2009-12-09)

โš ๏ธ (!) %z format

โšก (*) Significant speedups

๐Ÿ› Bug fixes

๐Ÿ• Time zone fixes

๐Ÿงช Test fixes

๐Ÿท๏ธ VERSION 6.04 (2009-11-25)

๐Ÿ› Bug fixes

๐Ÿท๏ธ VERSION 6.03 (2009-11-24)

๐Ÿ› Bug fixes

๐Ÿงช Test fixes

๐Ÿท๏ธ VERSION 6.02 (2009-11-24)

๐Ÿ› Bug fixes

๐Ÿงช Test fixes

๐Ÿท๏ธ VERSION 6.01 (2009-11-23)

๐Ÿ› Bug fixes

๐Ÿท๏ธ VERSION 6.00 (2009-11-23)

๐Ÿš€ First release of the 6.xx series

๐Ÿ”„ Reorganization

โœจ New Features

๐Ÿ”ง Other changes

๐Ÿ› Bug fixes (correcting problems in the 5.xx releases)

๐ŸŒ Language fixes

๐Ÿ™ Additional credits

๐Ÿ› BUGS AND QUESTIONS

Please refer to the Date::Manip::Problems documentation for information on submitting bug reports or questions to the author.

๐Ÿ“š SEE ALSO

Date::Manip - main module documentation

๐Ÿ“„ LICENSE

This script is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

๐Ÿ‘ค AUTHOR

Sullivan Beck (sbeck AT cpan.org)

Date::Manip::Changes6
๐Ÿ“– NAME ๐Ÿ“‹ SYNOPSIS ๐Ÿš€ Quick Reference ๐Ÿท๏ธ VERSION 6.86 (2021-11-15)
โš ๏ธ Change warn to carp ๐Ÿ› Bug fixes ๐Ÿ• Time zone fixes
๐Ÿท๏ธ VERSION 6.85 (2021-03-01)
๐Ÿงช Test fixes
๐Ÿท๏ธ VERSION 6.84 (2021-03-01)
๐Ÿ• Time zone fixes ๐ŸŒ Language fixes
๐Ÿท๏ธ VERSION 6.83 (2020-12-01)
๐Ÿ• Time zone fixes
๐Ÿท๏ธ VERSION 6.82 (2020-06-01)
๐Ÿ• Time zone fixes
๐Ÿท๏ธ VERSION 6.81 (2020-03-01) ๐Ÿท๏ธ VERSION 6.80 (2020-03-01)
๐Ÿ“ Missed Changes entry for previous version
๐Ÿท๏ธ VERSION 6.79 (2019-12-01)
๐Ÿ• Time zone fixes
๐Ÿท๏ธ VERSION 6.78 (2019-08-29)
๐Ÿ• Time zone fixes ๐Ÿ“„ Documentation fixes
๐Ÿท๏ธ VERSION 6.77 (2019-06-01)
๐Ÿ• Time zone fixes
๐Ÿท๏ธ VERSION 6.76 (2019-03-01)
๐Ÿ› Fixed bug in Date::Manip::Date::list_holidays ๐Ÿ”„ Reordered TZ detection methods ๐Ÿ• Time zone fixes
๐Ÿท๏ธ VERSION 6.75 (2018-12-03)
๐Ÿ“ฆ Fixed packaging problems
๐Ÿท๏ธ VERSION 6.74 (2018-12-01)
๐Ÿ—‘๏ธ Removed travis file from the tarball ๐Ÿ• Time zone fixes
๐Ÿท๏ธ VERSION 6.73 (2018-09-01)
๐Ÿ”ง Fixed math on non-64-bit architectures ๐Ÿ› Bug in normalizing estimated business deltas
๐Ÿท๏ธ VERSION 6.72 (2018-06-06)
๐Ÿ› Fixed recurrence bug ๐Ÿ”ข Fixed version problem ๐Ÿ“„ Documentation fixes
๐Ÿท๏ธ VERSION 6.71 (2018-06-01)
๐Ÿ› Fixed an extremely rare problem with recurrences ๐Ÿ“„ Changes file supported ๐Ÿ”ง Fix for timezone determination ๐Ÿ• Time zone fixes ๐Ÿ“„ Documentation fixes
๐Ÿท๏ธ VERSION 6.70 (2018-03-01)
โš ๏ธ (*) (!) Changes to deltas โš ๏ธ (*) (!) Deprecated some parts of Date::Manip::Delta โณ Deprecation of TZ postponed โšก Some speed improvements ๐ŸŒ Changed behavior if timezone not determined ๐Ÿ“„ Fixed Makefile.PL ๐Ÿ• Time zone fixes ๐Ÿ“„ Documentation fixes
๐Ÿท๏ธ VERSION 6.60 (2017-09-01)
๐Ÿ› Bug fixes ๐Ÿ“„ Documentation fixes
๐Ÿท๏ธ VERSION 6.59 (2017-06-01)
๐Ÿ• Time zone fixes ๐Ÿ“„ Documentation fixes
๐Ÿท๏ธ VERSION 6.58 (2017-03-01)
๐Ÿ”ง Better support for $mode in DateCalc ๐Ÿ› Bug fixes ๐Ÿ• Time zone fixes
๐Ÿท๏ธ VERSION 6.57 (2016-12-01)
๐Ÿ• Time zone fixes ๐Ÿงช Test fixes
๐Ÿท๏ธ VERSION 6.56 (2016-09-09)
๐Ÿงช Test fixes
๐Ÿท๏ธ VERSION 6.55 (2016-09-01)
๐Ÿ› Fixed bug where $::TZ wasn't used ๐Ÿ› Fixed bug where recurrences were not parsed correctly ๐Ÿ› Fixed a bug in some methods of creating new objects ๐Ÿ• Time zone fixes ๐Ÿงช Test fixes
๐Ÿท๏ธ VERSION 6.54 (2016-05-31)
โš ๏ธ Deprecation of Date::Manip 5.xx tests โณ Deprecation of TZ postponed ๐Ÿ› Bug fixes ๐Ÿ• Time zone fixes ๐Ÿ“„ Documentation fixes
๐Ÿท๏ธ VERSION 6.53 (2016-03-02)
๐Ÿ› Bug fixes ๐Ÿ• Time zone fixes ๐Ÿ“„ Documentation fixes
๐Ÿท๏ธ VERSION 6.52 (2015-12-01)
โž• Added date ranges on unmodified dates in Recur โž• Added IWn and NWn recurrence modifiers โš ๏ธ (!) Reworked holidays slightly ๐Ÿ› Bug fixes ๐Ÿ• Time zone fixes ๐Ÿงช Test fixes
๐Ÿท๏ธ VERSION 6.51 (2015-09-01)
๐Ÿ” Changes suggested by perlcritic โš ๏ธ (!) Date::Manip::Delta::value now returns an empty string ๐Ÿ› Bug fixes ๐Ÿ”ง Improved DM6 ParseDate and ParseDateString ๐Ÿ• Time zone fixes ๐Ÿงช Test fixes ๐Ÿ“„ Documentation fixes
๐Ÿท๏ธ VERSION 6.50 (2015-06-01)
๐Ÿ› Bug fixes ๐Ÿ• Time zone fixes ๐Ÿ“„ Documentation fixes
๐Ÿท๏ธ VERSION 6.49 (2015-03-01)
โš ๏ธ Added a deprecation warning โšก Some speedups for timezone handling ๐Ÿ› Bug fixes ๐Ÿ• Time zone fixes ๐ŸŒ Language fixes
๐Ÿท๏ธ VERSION 6.48 (2014-12-01)
๐Ÿ“ฆ Put repository on GitHub ๐Ÿ”ง parse_time now parses ISO 8601 times ๐ŸŒ Parsing special dates with timezones now works ๐Ÿ”ง dm_zdump modified ๐Ÿ› Bug fixes ๐Ÿ• Time zone fixes
๐Ÿท๏ธ VERSION 6.47 (2014-09-01)
๐Ÿ• Time zone fixes ๐Ÿ“„ Documentation fixes
๐Ÿท๏ธ VERSION 6.46 (2014-07-08)
๐Ÿ“ฆ Broken distribution ๐Ÿ• Time zone fixes ๐ŸŒ Language fixes
๐Ÿท๏ธ VERSION 6.45 (2014-06-05)
๐Ÿงช Fixed a test
๐Ÿท๏ธ VERSION 6.44 (2014-06-01)
โš ๏ธ (*) Improvements to UTF8 handling โž• New features ๐Ÿ• Time zone fixes ๐Ÿ“„ Documentation fixes
๐Ÿท๏ธ VERSION 6.43 (2014-03-03)
๐Ÿ“ฆ Several changes to distribution files ๐Ÿ• Time zone fixes ๐Ÿ“„ Documentation fixes
๐Ÿท๏ธ VERSION 6.42 (2013-12-02)
โž• Added ParseDateFormat function โž• Added Common Log format ๐Ÿ• Time zone fixes ๐Ÿ› Bug fixes
๐Ÿท๏ธ VERSION 6.41 (2013-09-05)
๐Ÿ› Bug fixes ๐Ÿ• Time zone fixes
๐Ÿท๏ธ VERSION 6.40 (2013-06-01)
๐Ÿ—‘๏ธ Removed PODs ๐Ÿ• Time zone fixes
๐Ÿท๏ธ VERSION 6.39 (2013-03-01)
โž• Added the $mode argument to ParseDateDelta โž• Added get_config method ๐ŸŒ Language fixes ๐Ÿ“„ Documentation fixes
๐Ÿท๏ธ VERSION 6.38 (2013-01-08)
โš ๏ธ (*) Tar file format corrected โš ๏ธ (*) Date::Manip 5.xx end-of-life โš ๏ธ (!) Removed some deprecated config variables
๐Ÿท๏ธ VERSION 6.37 (2012-12-01)
๐Ÿ› Bug fixes ๐Ÿ• Time zone fixes ๐Ÿ“„ Documentation fixes
๐Ÿท๏ธ VERSION 6.36 (2012-10-31)
๐Ÿ”ข Fix version numbers
๐Ÿท๏ธ VERSION 6.35 (2012-10-31)
๐Ÿ”ง Fix PATH ๐Ÿ—‘๏ธ Removed dependency on YAML ๐Ÿ› Bug fixes
๐Ÿท๏ธ VERSION 6.34 (2012-09-04)
๐Ÿ› Bug fixes
๐Ÿท๏ธ VERSION 6.33 (2012-09-01)
โž• Improvements to Date::Manip::Delta ๐Ÿ› Bug fixes ๐Ÿ• Time zone fixes ๐Ÿ“„ Documentation fixes
๐Ÿท๏ธ VERSION 6.32 (2012-06-01)
๐Ÿ”ง Modified Build.PL ๐Ÿ› Bug fixes ๐Ÿ• Time zone fixes ๐Ÿ“„ Documentation fixes
๐Ÿท๏ธ VERSION 6.31 (2012-03-01)
โž• Added extended formats to printf method โž• Can now parse formats where the time and zone are not adjacent โž• Added PeriodTimeSep config variable โž• Holidays can be used as date strings โž• Added new recur modifiers โž• Added a new date format โž• More flexibility in parsing timezones with both offset and abbrev โž• Deltas now support fractional values โž• Multiple holidays supported ๐Ÿ› Bug fixes ๐ŸŒ Language fixes ๐Ÿ“„ Documentation fixes
๐Ÿท๏ธ VERSION 6.30 (2012-01-11)
โš ๏ธ (*) (!) Reworked deltas โš ๏ธ (!) Modified Delta_Format โš ๏ธ (!) Removed some deprecated config variables ๐Ÿ• Time zone fixes ๐Ÿ”ง Better handling of undef in DM6 ๐Ÿ› Bug fixes
๐Ÿท๏ธ VERSION 6.25 (2011-08-31)
โž• Relaxed one constraint in ISO 8601 dates โš ๏ธ (*) Set official removal dates for old config variables ๐Ÿ• Time zone fixes
๐Ÿท๏ธ VERSION 6.24 (2011-06-13)
โž• New features ๐Ÿ› Bug fixes ๐Ÿ• Time zone fixes
๐Ÿท๏ธ VERSION 6.23 (2011-04-15)
โš ๏ธ (!) Renamed one Date::Manip::Recur method โš ๏ธ (*) Reworked holidays defined as recurrences โž• New features ๐Ÿ› Bug fixes ๐Ÿ• Time zone fixes ๐Ÿ“„ Documentation fixes
๐Ÿท๏ธ VERSION 6.22 (2011-03-07)
๐Ÿ• Time zone fixes ๐ŸŒ Language fixes ๐Ÿ“„ Documentation fixes
๐Ÿท๏ธ VERSION 6.21 (2011-01-10)
โž• New features ๐Ÿ› Bug fixes ๐Ÿ• Time zone fixes ๐ŸŒ Language fixes
๐Ÿท๏ธ VERSION 6.20 (2010-12-01)
โš ๏ธ (*) (!) Reworked recurrences ๐Ÿ• Time zone fixes
๐Ÿท๏ธ VERSION 6.14 (2010-10-20)
โš ๏ธ (*) Date::Manip 5.xx fully integrated with 6.xx ๐Ÿ› Bug fixes ๐Ÿ“„ Documentation fixes
๐Ÿท๏ธ VERSION 6.13 (2010-10-13)
โž• New features ๐Ÿ› Bug fixes ๐Ÿ• Time zone fixes ๐ŸŒ Language fixes ๐Ÿงช Test fixes ๐Ÿ“„ Documentation fixes
๐Ÿท๏ธ VERSION 6.12 (2010-09-27)
โš ๏ธ (!) IntCharSet config variable deprecated โž• New features ๐Ÿ› Bug fixes ๐Ÿ• Time zone fixes ๐ŸŒ Language fixes ๐Ÿ“„ Documentation fixes
๐Ÿท๏ธ VERSION 6.11 (2010-04-30)
๐Ÿ› Bug fixes
๐Ÿท๏ธ VERSION 6.10 (2010-04-29)
โš ๏ธ (*) Combined 5.xx and 6.xx releases into one distribution โš ๏ธ (!) Zones specified by offset ๐Ÿ› Bug fixes ๐Ÿ• Time zone fixes ๐Ÿงช Test fixes ๐Ÿ“„ Documentation fixes
๐Ÿท๏ธ VERSION 6.07 (2010-02-05)
๐Ÿ› Bug fixes
๐Ÿท๏ธ VERSION 6.06 (2010-02-05)
๐Ÿ› Bug fixes ๐Ÿ• Time zone fixes
๐Ÿท๏ธ VERSION 6.05 (2009-12-09)
โš ๏ธ (!) %z format โšก (*) Significant speedups ๐Ÿ› Bug fixes ๐Ÿ• Time zone fixes ๐Ÿงช Test fixes
๐Ÿท๏ธ VERSION 6.04 (2009-11-25)
๐Ÿ› Bug fixes
๐Ÿท๏ธ VERSION 6.03 (2009-11-24)
๐Ÿ› Bug fixes ๐Ÿงช Test fixes
๐Ÿท๏ธ VERSION 6.02 (2009-11-24)
๐Ÿ› Bug fixes ๐Ÿงช Test fixes
๐Ÿท๏ธ VERSION 6.01 (2009-11-23)
๐Ÿ› Bug fixes
๐Ÿท๏ธ VERSION 6.00 (2009-11-23)
๐Ÿš€ First release of the 6.xx series ๐Ÿ”„ Reorganization โœจ New Features ๐Ÿ”ง Other changes ๐Ÿ› Bug fixes (correcting problems in the 5.xx releases) ๐ŸŒ Language fixes ๐Ÿ™ Additional credits
๐Ÿ› BUGS AND QUESTIONS ๐Ÿ“š SEE ALSO ๐Ÿ“„ LICENSE ๐Ÿ‘ค AUTHOR

Generated by phpman v4.9.26-5-g7740029 Author: Che Dong Under GNU General Public License
2026-08-25 04:57 @216.73.216.179
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!