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

Support NodaTime #55

Open
thargy opened this issue Nov 4, 2022 · 0 comments
Open

Support NodaTime #55

thargy opened this issue Nov 4, 2022 · 0 comments

Comments

@thargy
Copy link

thargy commented Nov 4, 2022

Further to #36 (comment), is there any plan to support NodaTime fully, either via an additional shim package or just by including NodaTime in the core functionality?

For example, there's no easy way to fully implement

ZonedDateTime? GetNextOccurence(ZonedDateTime fromZoned, bool inclusive)

externally as you can't guarantee there's an equivalent System.TimeZoneInfo for any given NodaTime.DateTimeZone which is more feature rich. Whereas you can largely guarantee the opposite is true.

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

No branches or pull requests

1 participant