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
On Hugo 87 some variation of RFC3339/ISO8601 dates with space separators (for better human readability) are incorrectly parsed or handled - time zone offset is ignored:
{{ "2006-01-02 15:04:05 -07:00" | dateFormat "2006-01-02T15:04:05-07:00" }}
Hugo87: 2006-01-02T15:04:05+00:00 Hugo86: 2006-01-02T15:04:05-07:00
The text was updated successfully, but these errors were encountered:
I sent a pull request to upstream library spf13/cast#118
Sorry, something went wrong.
efebd75
Successfully merging a pull request may close this issue.
On Hugo 87 some variation of RFC3339/ISO8601 dates with space separators (for better human readability) are incorrectly parsed or handled - time zone offset is ignored:
The text was updated successfully, but these errors were encountered: