Message108675
"""
The gmtime() function shall convert the time in seconds since the Epoch pointed to by timer into a broken-down time, expressed as Coordinated Universal Time (UTC).
"""
In a technical sense, this is correct. The result of gmtime() is UTC time, but it fails to mention that gmtime() will never produce tm_sec=60. |
|
| Date |
User |
Action |
Args |
| 2010-06-26 01:30:37 | belopolsky | set | recipients:
+ belopolsky, lemburg, loewis, georg.brandl, luckmor |
| 2010-06-26 01:30:37 | belopolsky | set | messageid: <1277515837.61.0.850600184746.issue4775@psf.upfronthosting.co.za> |
| 2010-06-26 01:30:36 | belopolsky | link | issue4775 messages |
| 2010-06-26 01:30:35 | belopolsky | create | |
|