-
Notifications
You must be signed in to change notification settings - Fork 163
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
Missing info: at what time "today's" image is created? #26
Comments
To double check this, I set up automated tests for my wrapper to run every 30 minutes over night, starting from minute 15. The tests started failing when my local time passed 00:00 and started working again at 04:00 UTC, so the APOD seems to be published at 00:00 UTC-4 (Eastern Time). Last failing test (03:46:49 UTC) Perhaps the time zone information should be added to the README. EDIT: Remember DST.
|
As per title, when the change in what day is "today" happens?
Looking at the code, it seems that datetime.today().date() returns the local datetime, so what local is that?
The text was updated successfully, but these errors were encountered: