blob: a00b817e1cadd28de0c3be953b58a3af9e68c6e7 (
plain)
1
2
3
4
|
This module replaces the standard localtime and gmtime functions with
implementations that return objects. It does so in a backwards
compatible manner, so that using localtime/gmtime in the way
documented in perlfunc will still return what you expect.
|