]> granicus.if.org Git - python/commit
Jack Jansen:
authorGuido van Rossum <guido@python.org>
Wed, 26 Apr 2000 20:40:13 +0000 (20:40 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 26 Apr 2000 20:40:13 +0000 (20:40 +0000)
commitc410e929741252d3cfca848fcc0df616c0f225ef
tree8fa830f2de2686251b689b45e683ae6b9ef7d49c
parent9e392e2412308c7923195f226510bb1f174be215
Jack Jansen:

This patch is a workaround for Macintosh, where the GUSI I/O library
(time, stat, etc) use the MacOS epoch of 1-Jan-1904 and the MSL C
library (ctime, localtime, etc) uses the (apparently ANSI standard)
epoch of 1-Jan-1900. Python programs see the MacOS epoch and we
convert values when needed.
Modules/timemodule.c