Message234845
Just to clarify my problem - then I'll just happily use datetime.now(tzutc()).isoformat()
- There is datetime.now() which is supposed to be used (no utcnow() anymore)
- datetime.now() might return a naive object, when no TZ is specified
- *However* also the naive variant implements the class isoformat() which is described as "Return a string representing the date in ISO 8601 format"
- ISO 8601 can and should be understood such as the TZ-designator is required (I think we agreed on that).
- However isoformat() called on a naive object returns a string with no TZ designator
I would at least suggesting adding a note for isoformat() about being called on naive datetime objects. |
|
Date |
User |
Action |
Args |
2015-01-27 19:32:57 | mirkovogt | set | recipients:
+ mirkovogt, belopolsky, r.david.murray |
2015-01-27 19:32:57 | mirkovogt | set | messageid: <1422387177.48.0.527694500609.issue23332@psf.upfronthosting.co.za> |
2015-01-27 19:32:57 | mirkovogt | link | issue23332 messages |
2015-01-27 19:32:57 | mirkovogt | create | |
|