Skip to content

datetime 0.9

Compare
Choose a tag to compare
@doublep doublep released this 17 Sep 18:58
· 41 commits to master since this release

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 contains G, i.e. era name (AD, BC).