7cffe7e961
convert DateTimes to/from epoch seconds. PR: 54030 Submitted by: Mathieu Arnold <m@absolight.net>
5 lines
207 B
Text
5 lines
207 B
Text
This module can convert a DateTime object (or any object that can be converted
|
|
to a DateTime object) to the number of seconds since a given epoch. It can also
|
|
do the reverse.
|
|
|
|
WWW: http://datetime.perl.org/
|