datetime 0.9
New in this release:
- Add support for timezone offsets everywhere: in parsing, formatting and matching. This means that timestamps like “2023-09-17 20:57:29+02” can be processed given an appropriate pattern (see documentation of Java patterns).
- Fix incorrect choosing of DST vs. normal timezone name when formatting in some cases.
- Fix
datetime-matching-regexp
giving bad result if pattern containsG
, i.e. era name (AD, BC).