mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
d1f671e388
This module allows you to do nominal math on dates. That is, rather than worrying about time zones and DST while adding increments of 24*60**2 seconds to a date&time object, you simply discard the time component and do math directly on the date. If you need a time-of-day on the calculated date, the at() method returns a Time::Piece object, thus allowing you to be specific about the endpoints of a nominal interval.
4 lines
65 B
Plaintext
4 lines
65 B
Plaintext
bin/day
|
|
%%SITE_PERL%%/Date/Piece.pm
|
|
@dirrmtry %%SITE_PERL%%/Date
|