logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

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

Name

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

Notes

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

See Also

       Time::y2038

perl v5.40.0                                       2024-10-20                       Time::y2038::Everywhere(3pm)

Synopsis

           use Time::y2038::Everywhere;

           # All uses of localtime() and gmtime() in the whole program
           # are now using Time::y2038's

See Also