JuliaTime / TimeZones.jl

IANA time zone database access for the Julia programming language
Other
87 stars 53 forks source link

Create new `ZonedDateTime` accessors #454

Closed omus closed 6 months ago

omus commented 6 months ago

Mostly minor changes around ZonedDateTime:

codecov-commenter commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.08%. Comparing base (f8dc8d6) to head (394f869).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #454 +/- ## ========================================== - Coverage 92.66% 92.08% -0.59% ========================================== Files 40 40 Lines 1841 1845 +4 ========================================== - Hits 1706 1699 -7 - Misses 135 146 +11 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

omus commented 6 months ago

Thanks for reviewing @mattBrzezinski