JuliaTime / TimeZones.jl

IANA time zone database access for the Julia programming language
Other
86 stars 51 forks source link

Default to using 2022f tzdata #416

Closed omus closed 1 year ago

omus commented 1 year ago

Release notes:

codecov-commenter commented 1 year ago

Codecov Report

Merging #416 (fe6dd06) into master (83f1933) will decrease coverage by 0.05%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #416      +/-   ##
==========================================
- Coverage   95.45%   95.39%   -0.06%     
==========================================
  Files          36       36              
  Lines        1760     1760              
==========================================
- Hits         1680     1679       -1     
- Misses         80       81       +1     
Impacted Files Coverage Δ
src/tzdata/version.jl 74.19% <ø> (ø)
src/winzone/WindowsTimeZoneIDs.jl 95.83% <ø> (-4.17%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

omus commented 1 year ago

Benchmark failure is unrelated:

 PkgBenchmark: Running benchmarks...
[ Info: Installing 2016j tzdata region data
[ Info: Converting tz source files into TimeZone data
ERROR: LoadError: ArgumentError: Unable to find time zone "America/Winnipeg". Try running `TimeZones.build()`.
...