Path to this page:
./
devel/p5-Date-Manip,
Perl5 module for date calculations
Branch: CURRENT,
Version: 6.11nb1,
Package name: p5-Date-Manip-6.11nb1,
Maintainer: pkgsrc-usersThis is a set of routines designed to make any common date/time
manipulation easy to do. Operations such as comparing two times,
calculating a time a given amount of time from another, or parsing
international times are all easily done.
Date::Manip deals only with the Gregorian calendar (the one currently in
use). The Julian calendar defined leap years as every 4th year. The
Gregorian calendar improved this by making every 100th year NOT a leap
year, unless it was also the 400th year. The Gregorian calendar has been
extrapolated back to the year 1000 AD and forward to the year 9999 AD.
Note that in historical context, the Julian calendar was in use until 1582
when the Gregorian calendar was adopted by the Catholic church. Protestant
countries did not accept it until later; Germany and Netherlands in 1698,
British Empire in 1752, Russia in 1918. Note that the Gregorian calendar
is itself imperfect. Each year is on average 26 seconds too long, which
means that every 3,323 years, a day should be removed from the calendar.
No attempt is made to correct for that.
Required to run:[
textproc/p5-YAML-Syck] [
lang/perl5] [
devel/p5-Test-Pod-Coverage] [
devel/p5-Test-Pod]
Required to build:[
devel/p5-Module-Build]
Master sites: (Expand)
SHA1: 1c2ca1e0642e3c22f31ee21cc96e4b172a4a663d
RMD160: 6940f31e80c89fe9142ff42092f0294f094365a5
Filesize: 1336.651 KB
Version history: (Expand)
- (2010-08-21) Updated to version: p5-Date-Manip-6.11nb1
- (2010-08-07) Updated to version: p5-Date-Manip-6.11
- (2010-02-08) Updated to version: p5-Date-Manip-6.07
- (2010-01-20) Updated to version: p5-Date-Manip-6.05
- (2008-10-20) Updated to version: p5-Date-Manip-5.54nb2
- (2008-09-15) Updated to version: p5-Date-Manip-5.54nb1
CVS history: (Expand)
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) |  |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
|
| 2010-08-07 08:43:27 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Add commented out test dependency on p5-Test-Inter as information.
|
2010-08-07 08:41:04 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
Update to 6.11:
Version 6.10 2010-04-29
Fixed a bug where Date_ConvTZ not working correctly with timezones specified
by offset. Chris Butler
Fixed a documentation bug in Date::Manip::TZ where "stdonly" was \
listed as the
default value for $dstflag, but in actuality, "std" is the default.
Changed Date::Manip::TZ::zone so "dst" is sometimes the default \
$dstflag.
Based on the bug report by Chris Butler.
OpenUNIX puts a colon at the start of some timezones. It's removed. Jean Hassler
Fixed a bug where business mode calculations involving minutes was not handled
correctly. Damien Moore
*** Combined 5.xx and 6.xx releases into one distribution so cpan/cpanp will
work correctly.
Newest zoneinfo data (tzdata 2010i)
Fixed a bug where business mode calculations failed in some cases. RT 56638
Converted tests to Test::Inter
Version 6.11 2010-04-30
Fixed a problem in Build.PL that had an incorrect module requirement.
|
2010-02-07 17:04:17 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
Update to 6.07:
Version 6.06 2010-02-05
Added dm_zdump example script.
Minor bug where %Z printf format didn't always work.
Improved TZ::periods functionality
Fixed bug in Date_ConvTZ where empty values weren't defaulting to local timezone.
Robert Eden
Fixed a couple of problems in the generated timezones for some odd cases
(America/Resolute and Asia/Tehran).
Added support for 5pm back in (it was omitted accidentally). Mark Kennedy
Fixed a minor warning. Morten Bjoernsvik
Some additional speedups.
Newest zoneinfo data.
Version 6.07 2010-02-05
Fixed bug in Date_TimeZone where it wasn't returning the timezone. Robert Eden
|
| 2010-01-20 16:13:16 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Set LICENSE.
|
2010-01-20 16:12:14 by Thomas Klausner | Files touched by this commit (3) |  |
Log message:
Update to 6.05:
Version 5.55 DEVELOPMENT
Typo fix. ddascalescu
Version 6.00 2009-11-23
Date::Manip 6.00 is a total rethink of the module, and a nearly complete
rewrite. Please refer to the Date::Manip::Changes5to6 document for a list
of incompatible changes.
*** Massive reorganization and near total rewrite.
*** Broke into several smaller modules
*** Full timezone support
Several config variables deprecated
Added some functionality (suggested by James Elson to improve setting
the "current time". Done with the ForceDate config variable.
*** Converted languages to YAML for much easier maintenance. Patch and
suggestion provided by Evan Carroll
Added much better formats for deltas. Suggested by Jim Hranicky.
Borrowed the _FindWindowsTZName function from the DateTime-TimeZone
module.
Added SetDate config variable (based on a suggestion by Christian Campbell).
Added parse_format which was first suggested by Kim Ryan.
Thanks to Jonathan Hogue for helping test Windows additions.
It also contains a few bug fixes correcting problems in the 5.xx releases:
Fixed a bug where "YYtoYYYY=c" wouldn't work.
VMS bugfix to not call `date` command. Lane
Fixed typo in turkish translation.
Spelling fix in dutch. Bart Van Loon
New Year's Day defined using a recurrence which might push the observed
day to the previous year was broken. Reported by Alan Burlison
I have received many suggestions over time which were automatically
handled during the 6.00 rewrite. Although the changes weren't made
because of the suggestions specifically, I wanted to acknowledge
them since I appreciate the suggestions.
Delta_Format initialization done outside of the function. Eric Boehm
Added $subtract to calculation routines. First suggested by Steve Berlage.
Version 6.01 2009-11-23
*** Fixed a bug where dates were sometimes getting the wrong timezone when
SetDate/ForceDate in effect.
Version 6.02 2009-11-24
A quick fix to make sure that the tests run correctly in other timezones.
Disabled curr_zone_methods when taint checking on. I believe that Date::Manip
is completely taint friendly at this point.
Version 6.03 2009-11-24
Corrects a backward incompatibility with UnixDate. Rene Schickbauer
A couple more corrections to the tests.
Version 6.04 2009-11-25
Fixed a bug where events were not interpreted in the correct timezone if
SetDate/ForceDate used.
Version 6.05
Significant speedups. Thanks to Moritz Lenz and BrowserUK on perlmonks for
suggestions (and a number of other people on perlmonks for suggestions
that I did not end up using, but which provided a great discussion).
Reduced the precision of 1 test to avoid a rounding difference when using
a perl compiled with uselongdouble. Andreas Koenig
Fixed a bug in parse_date where the current time was getting used instead
of the documented 00:00:00
Bug fix where DateCalc didn't work with $mode in some cases.
Fixed Makefile.PL/Build.PL to hanle Win32::TieRegistry requirement.
Changed %z printf behavior back to 5.xx and added %N format. Gilles Lamiral
Fixed bug where non-English Windows versions didn't get the timezone. Thanks
to Rene Schickbauer for testing.
|
| 2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
|
2008-09-14 23:40:54 by Havard Eidnes | Files touched by this commit (3) |  |
Log message:
Update from version 5.54 to 5.54nb1.
Pkgsrc changes:
o Merge in the zone names from CPAN ticket 16360. Old entries
are preserved. Zone names are ambigious... Fixes PR#35250.
|