Message126020
I've noticed that the time module docstring handles this issue rather nicely:
>>> help('time')
...
timezone -- difference in seconds between UTC and local standard time
altzone -- difference in seconds between UTC and local DST time
We can use similar language for utcoffset(): "difference between local time and UTC expressed as a timedelta". |
|
Date |
User |
Action |
Args |
2011-01-11 16:26:31 | belopolsky | set | recipients:
+ belopolsky, tim.peters, fdrake, techtonik, rbp, docs@python, henriquebastos, Rodolpho.Eckhardt |
2011-01-11 16:26:31 | belopolsky | set | messageid: <1294763191.61.0.184014624161.issue9305@psf.upfronthosting.co.za> |
2011-01-11 16:26:27 | belopolsky | link | issue9305 messages |
2011-01-11 16:26:27 | belopolsky | create | |
|