Message 74570 - Python tracker
Message74570
| Author | skip.montanaro |
|---|---|
| Recipients | skip.montanaro |
| Date | 2008-10-09.11:27:24 |
| SpamBayes Score | 0.0008690644 |
| Marked as misclassified | No |
| Message-id | <1223551646.15.0.164355592546.issue4086@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
While responding to a c.l.py question just now I discovered that numeric timezone offsets don't appear to be supported by either the time.strftime function or the _strptime module. I noticed on my Mac's strftime(3) man page that it supports a %Z format for TZ names and a %z format for numeric tz offsets. It seems Python should as well. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-10-09 11:27:26 | skip.montanaro | set | recipients: + skip.montanaro |
| 2008-10-09 11:27:26 | skip.montanaro | set | messageid: <1223551646.15.0.164355592546.issue4086@psf.upfronthosting.co.za> |
| 2008-10-09 11:27:25 | skip.montanaro | link | issue4086 messages |
| 2008-10-09 11:27:24 | skip.montanaro | create | |