ADD (Ver 5) psTime Gregorian Dates to Seconds Algorithms
Section 1.2.1.4 now provides basic Perl algorithms for converting dates to/from
seconds since 1970. The current version of psLib is using the standard C
libraries and functions to do the same (i.e. mktime, gmtime, and localtime)
without having to use outside code. If possible, I'd prefer to use the standard
C library set. What do you think?
Change History
(4)
| Owner: |
changed from eugene to Paul Price
|
| Resolution: |
→ fixed
|
| Status: |
new → closed
|
| Keywords: |
VERIFIED removed
|
It seems that the implementation of leap seconds by these functions is not
standardised, so it would be best to have our own implementation.