News

Commit c3ce6df moves to the updated Python API for creating datetime objects, using datetime.now(timezone.utc) instead of datetime.utcnow(). This causes a breakage ...
Currently, in CPython, we have two separate objects to handle timestamps and timezones, but there is no single object that combines both concepts into one coherent representation of a "timestamp with ...