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

fmt/strtime: add set_offset and set_iana_time_zone to BrokenDownTime #118

Merged
merged 1 commit into from
Aug 28, 2024

Commits on Aug 28, 2024

  1. fmt/strtime: add set_offset and set_iana_time_zone to BrokenDownTime

    These have been added so that they can be set explicitly, like other
    fields. This also includes an accessor for the IANA time zone
    identifier.
    
    I'm not sure why I didn't add these initially since there isn't anything
    subtle going on here. I think it might have just been an oversight.
    
    Fixes #78
    BurntSushi committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ba5bae1 View commit details
    Browse the repository at this point in the history