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

Conversation

BurntSushi
Copy link
Owner

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

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 BurntSushi merged commit 260c7f6 into master Aug 28, 2024
17 checks passed
@BurntSushi BurntSushi deleted the ag/set-offset-iana branch August 28, 2024 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add BrokenDownTime::set_offset and BrokenDownTime::set_iana
1 participant