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

Adjust timezones after doing Duration addition #337

Merged
merged 1 commit into from
Sep 3, 2019

Conversation

quodlibetor
Copy link
Contributor

The internal, tz-independent timestamp was valid, but since the timezone offset
could change as you add or subtract a second or two you would get
nonsense/nonexistent times when you observed them.

Fixes #318

The internal, tz-independent timestamp was valid, but since the timezone offset
could change as you add or subtract a second or two you would get
nonsense/nonexistent times when you observed them.

Fixes #318
quodlibetor added a commit to quodlibetor/chrono-tz that referenced this pull request Sep 2, 2019
@quodlibetor quodlibetor merged commit b1337fc into master Sep 3, 2019
@quodlibetor quodlibetor deleted the fix-addition-with-timezones branch September 3, 2019 12:08
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.

.timestamp() doesnt match Display output in certain circumstances
1 participant