Skip to content

ZTimestamp version 25

Compare
Choose a tag to compare
@svenvc svenvc released this 17 Nov 09:45
· 36 commits to master since this release
  • Allow for a broader range of IDs to be used to refer to ZTimezone, in particular all those that exist in zoneinfo
  • Add some more comments clarifying how ZTimezone loads & caches info
  • Fix an issue where a timezone with just 1 subtimezone and no transitions had a faulty subzone index
  • Fix spelling of Mercredi
  • Introduce ZTimezone current as default for ZCurrentTimezone and document it better
  • Remove all usage and references to the local time zone offset since it is basically useless.
  • Remove ZTimestamp's internal use of ClockTimezoneOffset as we are far beyond Pharo 3 now.
  • Reorganize package structure (split Core and Tests)
  • Set up CI infrastructure using GitHub Actions