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

Add options to use UTC timestamps #46

Merged
merged 6 commits into from Dec 14, 2021
Merged

Add options to use UTC timestamps #46

merged 6 commits into from Dec 14, 2021

Conversation

borntyping
Copy link
Owner

This sidesteps issues users are having when using local times in
conditions where the time crate cannot safely get the local time.

Thanks to @uggla and @rye.

This sidesteps issues users are having when using local times in
conditions where the `time` crate cannot safely get the local time.

Thanks to @uggla and @rye.

#44
#43
This will be a little easier to maintain than a potentially increasing
number of booleans; and avoids silly combinations like
`timestamps=false` at the same time as `timestamps_utc=true`.
@borntyping borntyping force-pushed the feature/timestamps branch 3 times, most recently from 9cccc8a to 59b2f2e Compare December 14, 2021 15:27
@borntyping borntyping merged commit 61151da into main Dec 14, 2021
@borntyping borntyping deleted the feature/timestamps branch December 14, 2021 15:43
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.

"Could not determine the UTC offset on this system" and defaulting to UTC timestamps
1 participant