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
Bcl provider returns non-bcl zones #332
Comments
Original comment by |
Original comment by
|
If we're doing this at all, it'll have to be for 2.0.0. |
Note: we probably need to check anything else that uses |
jskeet
added a commit
to jskeet/nodatime
that referenced
this issue
Dec 29, 2016
jskeet
added a commit
to jskeet/nodatime
that referenced
this issue
Dec 29, 2016
malcolmr
added a commit
to malcolmr/nodatime
that referenced
this issue
Dec 29, 2016
In particular, document that it will be equal to (though not necessarily the same instance as[*]) whatever DateTimeZone.ForOffset(Offset.Zero) returns, and clarify that it may not be equal to any zone returned by IDateTimeZoneProvider["UTC"] (as after nodatime#332 is resolved, it won't be). Refs nodatime#180. [*] In practice, DateTimeZone.ForOffset(Offset.Zero) will be the same instance as DateTimeZone.Utc (and we have tests to check that), but it doesn't need to be.
jskeet
added a commit
to jskeet/nodatime
that referenced
this issue
Dec 29, 2016
jskeet
added a commit
that referenced
this issue
Dec 29, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Original issue reported on code.google.com by
mj1856
on 26 Sep 2014 at 8:58The text was updated successfully, but these errors were encountered: