Message99905
I attached a patch that implements timegm according to two constraints:
1. If HAVE_TIMEGM is defined, use it
or
2. If HAVE_MKTIME and HAVE_WORKING_TZSET use a portable way, using mktime (taken from timegm(3) man)
Attached patches are for:
r264, r273a1, r311, trunk
What i'm missing just now are the tests (test_time.py) and docs update, if you like the patch, i can continue on that. |
|
Date |
User |
Action |
Args |
2010-02-23 09:23:36 | pr0gg3d | set | recipients:
+ pr0gg3d, zooko, amaury.forgeotdarc, djc, hodgestar, aht, Alexander.Belopolsky |
2010-02-23 09:23:36 | pr0gg3d | set | messageid: <1266917016.06.0.0336925154232.issue6280@psf.upfronthosting.co.za> |
2010-02-23 09:23:34 | pr0gg3d | link | issue6280 messages |
2010-02-23 09:23:34 | pr0gg3d | create | |
|