Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

use python built-in timezone instead of pytz-based offset calcuations #456

Open
wants to merge 1 commit into
base: 2.7.8
Choose a base branch
from

Conversation

jar349
Copy link

@jar349 jar349 commented Oct 15, 2023

Closes #455

This PR changes the way that timestamps are converted from local time into UTC time. It uses Python's built-in timezone code instead the 3rd-party pytz module. In addition, I removed all of the code that was attempting to make use of the configured timezone because the configuration is currently hard-coded to "local". I added to TODO to remind us of our eventual intent to make use of the configuration.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Grott Time conversion does not consider daylight savings time
1 participant