Check AsTime vs local timezone #8843
Comments
|
OK, @jmooring -- I have checked your test failure, and that comes from the behaviour of // When parsing a time with a zone offset like -0700, if the offset corresponds
// to a time zone used by the current location (Local), then Parse uses that
// location and zone in the returned time. Otherwise it records the time as
// being in a fabricated location with time fixed at the given zone offset.The reason this passed earlier was that we used I'm going to fix this by adjusting the tests ... Shout if you disagree. |
bep
added a commit
to bep/hugo
that referenced
this issue
Aug 3, 2021
bep
added a commit
to bep/hugo
that referenced
this issue
Aug 3, 2021
bep
added a commit
to bep/hugo
that referenced
this issue
Aug 3, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://discourse.gohugo.io/t/mage-v-check-error/34066
The text was updated successfully, but these errors were encountered: