pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/p5-DateTime
Module Name: pkgsrc
Committed By: wen
Date: Sat Nov 17 16:05:42 UTC 2012
Modified Files:
pkgsrc/time/p5-DateTime: Makefile distinfo
Log Message:
Update to 0.78
Upstream changes:
0.78 2012-11-16
- Reverted the change to round nanoseconds up or down in various
situtations. Now we always round down. This avoids the case where rounding
up would require us to then increment the second value (which could then
require us to increment the minute, which could then require us to increment
the hour, which could then ...).
In other words, we don't want to round 2011-12-31T23:59:59.999999 up to
2012-01-01T00:00:00, because that would be insane.
This applies to the return values for ->microsecond, ->millisecond, and the
%N specifier for strftime.
Patch by Martin Hasch. RT #79845.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/time/p5-DateTime/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/time/p5-DateTime/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index