Expressions are parsed into Python builtin timezone-aware datetime.datetime objects. dtexp parses its own unambigous / explicit datetime expression syntax as demonstrated in the examples above. It is ...
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 ...