Skip to content

Releases: JuliaTime/TimeZones.jl

Add conversions for Julian dates

07 Nov 14:27
Compare
Choose a tag to compare
v0.5.1

Fix DateFormat link (#96)

Drop Julia 0.4/0.5 and tzdata 2017c

03 Nov 03:09
ece22b3
Compare
Choose a tag to compare
Merge pull request #94 from JuliaTime/cv/compat

Compatibility changes for latest Julia 0.7

Fixes for hash, pre-compilation, compilecache detection

07 Sep 02:56
Compare
Choose a tag to compare
  • Implement hash for ZonedDateTime
  • Correct logic mistake when detecting if Julia was run with --compilecache=yes
  • Enable pre-compilation
  • Update documentation to prefer usage of tz string macro
  • Fix Markdown rendering of * in FAQ when view in GitHub
  • Support parsing of FixedTimeZone information from TZ environment variable to support Travis CI changes
  • Disable Coverage in AppVeyor in Julia 0.4 as master version of Coverage.jl does not support Julia 0.4
  • Fix incorrect usage of SystemError

Fixes isless redefinition warning

29 May 13:36
Compare
Choose a tag to compare
v0.4.1

Use official Coverage.jl support for Appveyor