blob: 49304e63d63cbe16c569a55a885cb2054de7cff0 [file] [log] [blame]
Stop using localtime() and gmtime() in the time module.
Introduced platform independent _PyTime_localtime API that is similar to
POSIX localtime_r, but available on all platforms. Patch by Ed Schouten.