You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
trailscraper seems to use datetimes without timezone information, leading to strange effects when specifying relative timestamps (e.g. now) since the local timestamp is then compared with timestamps used by AWS (which are always UTC):
trailscraper download might download the wrong files
trailscraper generate might filter for the wrong records
The text was updated successfully, but these errors were encountered:
trailscraper seems to use datetimes without timezone information, leading to strange effects when specifying relative timestamps (e.g.
now
) since the local timestamp is then compared with timestamps used by AWS (which are always UTC):trailscraper download
might download the wrong filestrailscraper generate
might filter for the wrong recordsThe text was updated successfully, but these errors were encountered: