Message249815
This request is similar to (if not a duplicate of) issue 15873.
Gnu date uses the following extensions to %z instruction of strftime/strptime:
%z +hhmm numeric timezone (e.g., -0400)
%:z +hh:mm numeric timezone (e.g., -04:00)
%::z +hh:mm:ss numeric time zone (e.g., -04:00:00)
%:::z numeric time zone with : to necessary precision (e.g., -04, +05:30)
I think it is reasonable to add those to python. |
|
Date |
User |
Action |
Args |
2015-09-04 19:30:08 | belopolsky | set | recipients:
+ belopolsky, gvanrossum |
2015-09-04 19:30:08 | belopolsky | set | messageid: <1441395008.08.0.223643938365.issue24954@psf.upfronthosting.co.za> |
2015-09-04 19:30:08 | belopolsky | link | issue24954 messages |
2015-09-04 19:30:07 | belopolsky | create | |
|