| Did you know ... | Search Documentation: |
| date->set |
->initialise
if arguments are provided.
It uses the mktime() function which appears to have
different behaviour on different systems on timestamps before the epoch
at Jan. 1, 1970 UTC. On some systems it returns negative values, while
on others it returns the error code -1. Note that even on systems with
negative values the last second before the epoch cannot be represented.
An error is returned if mktime() returns -1.