Skip to content
Snippets Groups Projects
Unverified Commit 0a219081 authored by J. Nick Koston's avatar J. Nick Koston Committed by GitHub
Browse files

Only process logbook timestamps for events we will keep (#36792)

* Only process logbook timestamps for events we will keep

Since we group by minute we were previously processing
every timestamp. We can avoid this by making all the
minute checks use the unprocessed datetime since
the groupings will be the same regardless of timezone.

This reduces the number of datetime object recreations
by at least an order of magnitude.
parent b0163b65
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment