mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 02:24:06 -04:00
5 lines
253 B
Plaintext
5 lines
253 B
Plaintext
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.
|