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

Ignore timezone when tracking #3516

Merged
merged 1 commit into from
Jan 29, 2025
Merged

Ignore timezone when tracking #3516

merged 1 commit into from
Jan 29, 2025

Conversation

timothy-nunn
Copy link
Contributor

Fixes the tracker to ignore timezone information in the date field. The tracker already assumes UTC, as does PROCESS now, hence we lose no information by disregarding 'UTC' from the date string. This method is backwards compatible with data that does not include timezone.

@codecov-commenter
Copy link

codecov-commenter commented Jan 29, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 30.83%. Comparing base (b9ac104) to head (771f43d).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3516   +/-   ##
=======================================
  Coverage   30.83%   30.83%           
=======================================
  Files          80       80           
  Lines       19322    19322           
=======================================
  Hits         5958     5958           
  Misses      13364    13364           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@timothy-nunn timothy-nunn merged commit 13d6551 into main Jan 29, 2025
14 of 18 checks passed
@timothy-nunn timothy-nunn deleted the fix-tracker branch January 29, 2025 13: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.

2 participants