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
The timestamps on the server are in UTC, at 8pm or 9pm depending on daylight savings time. When Python looks at the timestamps, it automatically converts them to the server's timezone (4pm). The code currently assumes that files are dropped at 8pm server time, need to modify this to 4pm.