Message408173
| Author | oittaa |
|---|---|
| Recipients | oittaa |
| Date | 2021-12-10.03:01:18 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1639105279.05.0.259148747281.issue46029@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Test case:
>>> import datetime
>>> datetime.datetime.fromisoformat('2021-12-10T01:00:00Z')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ValueError: Invalid isoformat string: '2021-12-10T01:00:00Z'
Basically every other programming language I tested correctly accepted this ISO/RFC3339 string as a date. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-12-10 03:01:19 | oittaa | set | recipients: + oittaa |
| 2021-12-10 03:01:19 | oittaa | set | messageid: <1639105279.05.0.259148747281.issue46029@roundup.psfhosted.org> |
| 2021-12-10 03:01:19 | oittaa | link | issue46029 messages |
| 2021-12-10 03:01:18 | oittaa | create | |