Message328443
| Author | mjsaah |
|---|---|
| Recipients | mjsaah |
| Date | 2018-10-25.14:33:30 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1540478010.12.0.788709270274.issue35066@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
A call to
time.strftime('%')
returns
'%'
A similar call to
datetime.utcfromtimestamp(int(time.time()).strftime('%')
raises
ValueError: strftime format ends with raw %
Similar inputs like '%D %' behave similarly.
I might take a crack at fixing this, but first I wanted to see what the official guidance is. Seems to me like similar error handling behavior between the functions would be desirable. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-10-25 14:33:30 | mjsaah | set | recipients: + mjsaah |
| 2018-10-25 14:33:30 | mjsaah | set | messageid: <1540478010.12.0.788709270274.issue35066@psf.upfronthosting.co.za> |
| 2018-10-25 14:33:30 | mjsaah | link | issue35066 messages |
| 2018-10-25 14:33:30 | mjsaah | create | |