Skip to content

Releases: JuliaTime/TimeZones.jl

v0.9.2

30 Jul 20:15
v0.9.2
756cd71
Compare
Choose a tag to compare

v0.9.2 (2019-07-29)

Diff since v0.9.1

Closed issues:

  • Error: LoadError: InitError: Failed to find local time zone (#208)
  • ERROR: ArgumentError: Unknown time zone "America/Denver" (#206)
  • "latest" docs badge leads to empty ReadTheDocs landing page (#178)

Merged pull requests:

  • Fix UndefVarError in validargs (#207) (iamed2)
  • Switch badges to GitHub Pages (#205) (omus)

v0.9.1

17 May 18:53
v0.9.1
Compare
Choose a tag to compare
  • Remove REQUIRE file (#204)
  • Export timezone accessor (#202)
  • Doctest failures now fail CI (#203)
  • Address ProcessFailedException change (#201)
  • Remove outdated PkgEval badges (#199)

Drop Julia 0.6 and heavy refactoring

29 Mar 20:56
8012207
Compare
Choose a tag to compare
  • Use compact element printing (#195)
  • Overhaul printing of types (#194)
  • Improve parse constructor exception message (#193)
  • Address corner cases in next_transition_instant (#192)
  • Officially support Julia 1.1 (#191)
  • Default to using 2019a tzdata (#190)
  • Documentation update (#189)
  • Fix for 32-bit "uU" dateformat issue (#188)
  • Avoid using a redirecting URL (#181)
  • Add Project.toml (#176)
  • Define broadcastable for scalars (#177)
  • Support legacy time zones (#174)
  • Separate types into multiple files (#173)
  • Introduce TZSource for managing tzdata source files (#172)
  • Refactor Rule/Zone parsing (#171)
  • Use immutable String instead of Symbol (#168)
  • Drop Julia 0.6 (#167)
  • Minor refactoring (#166)

Avoid using a redirecting URL

23 Jan 22:19
Compare
Choose a tag to compare
  • Avoid using a redirecting URL (#181)

Default to using 2018i tzdata

04 Jan 14:34
813debc
Compare
Choose a tag to compare
  • Default to using 2018i tzdata (#165)

Default to using 2018h tzdata

04 Jan 05:25
5fdf306
Compare
Choose a tag to compare
  • Default to using 2018h tzdata (#163)
  • DateTime printing doctest fix (#164)
  • Fix Julia doc links (#162)
  • Use Documenter 0.20 for docs (#159)

Default to using 2018g tzdata

30 Oct 17:22
615b80e
Compare
Choose a tag to compare
  • Default to using 2018g tzdata (#158)

Default to using 2018f tzdata

23 Oct 19:29
f970490
Compare
Choose a tag to compare
  • Add eps for ZonedDateTime (#148)
  • Fix precompilation failure on Windows (#151)
  • Address EzXML findall deprecation (#152)
  • Fix 24-hour parsing with month roll over (#155)
  • Default to using 2018f tzdata (#157)

Hash based upon UTC instant

15 Aug 18:30
Compare
Choose a tag to compare
  • Switched isequal and hash to just use utc_datetime (#147)

Support Julia v1.0

10 Aug 09:27
2affcd4
Compare
Choose a tag to compare
  • Julia 1.0 ready (#144)