Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable ZonedDateTime to parse its own string representation #483

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

GHTaarn
Copy link

@GHTaarn GHTaarn commented Jan 25, 2025

This PR solves issue #470 in a way that formally preserves backwards compatibility of TimeZones.
The first commit is what solves the issue. The second commit is optional, but given that Dates.default_format(::Type{ZonedDateTime}) is no longer used in the TimeZones package, not public and not documented anywhere, I feel that it would be most correct to delete it as this would still formally preserve backwards compatibility.

Copy link

codecov bot commented Jan 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.70%. Comparing base (2bc8f50) to head (8e682ed).
Report is 21 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #483      +/-   ##
==========================================
- Coverage   92.79%   92.70%   -0.09%     
==========================================
  Files          39       38       -1     
  Lines        1818     1838      +20     
==========================================
+ Hits         1687     1704      +17     
- Misses        131      134       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant