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

Fix handling of the %z strptime format. #29929

Merged
merged 2 commits into from
Jan 4, 2024

Commits on Dec 15, 2023

  1. Fix handling of the %z strptime format.

    `strptime(3)` says that `%z` is "an RFC-822/ISO 8601 standard timezone
    specification", but the previous code did not allow the string "Z" to
    signify UTC time, as required by ISO 8601.
    quentinmit committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    fa92a62 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Add changelog entry

    quentinmit committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    3075ace View commit details
    Browse the repository at this point in the history