Message131604
> While it is unlikely that a purely numeric format such as "%Y-%m-%d
> %H:%M:%S" will be locale dependent, it is possible that some pre-C99
> systems would format dates using exotic digits is some locales.
Ok, I rewrote my patch to avoid strftime(). It should now be fixed.
FYI datetime.fromtimestamp() converts the timestamp to a double, which has a precision of 53 bits (no precision loss for year < 285,422,890 and so it's enough for year 2038). |
|
Date |
User |
Action |
Args |
2011-03-21 02:04:21 | vstinner | set | recipients:
+ vstinner, jjlee, belopolsky, hollec, python-dev |
2011-03-21 02:04:21 | vstinner | set | messageid: <1300673061.67.0.296930716396.issue5537@psf.upfronthosting.co.za> |
2011-03-21 02:04:20 | vstinner | link | issue5537 messages |
2011-03-21 02:04:20 | vstinner | create | |
|