1Time::y2038::EverywhereU(s3e)r Contributed Perl DocumentaTtiimoen::y2038::Everywhere(3)
2
3
4

NAME

6       Time::y2038::Everywhere - Use Time::y2038's gmtime and localtime
7       everywhere.
8

SYNOPSIS

10           use Time::y2038::Everywhere;
11
12           # All uses of localtime() and gmtime() in the whole program
13           # are now using Time::y2038's
14

DESCRIPTION

16       Time::y2038::Everywhere replaces localtime() and gmtime() with its own
17       functions everywhere.  This ensures not just that your code is 2038
18       safe, but that any modules you use are, too.
19

NOTES

21       May also override Time::Local::timelocal and Time::Local::timegm in the
22       future.
23

SEE ALSO

25       Time::y2038
26
27
28
29perl v5.32.0                      2020-07-28        Time::y2038::Everywhere(3)
Impressum