mgmonteleone / python-atlasapi

python package for MongoDB Atlas Cloud provider
Apache License 2.0
21 stars 22 forks source link

[get log files] Getting log files by date appears to be offsetting to clients tz, not adhering to UTC #167

Open mgmonteleone opened 1 year ago

mgmonteleone commented 1 year ago

This leads to inaccurate fetching of loglines depending on the client TZ

need to force all calls to UTC.

atlasapi/atlas.py:657