-
Notifications
You must be signed in to change notification settings - Fork 93
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
Add timezone option #33
Comments
A small addition: Timezone must specified in the standard format understandable by pytz, e.g.
It should return a short error message for unknown timezones |
@chubin : What is your timezone/UTC offset? I'm at America/Sao_Paulo (UTC-03) and it looks like that pyphoon is indeed using my local time when displaying the next moon phases (well, a few minutes off comparing to this site).
Timezone option added to my branch with a simple display of provided timezone (or UTC by default) if you want to check error messages and/or give suggestions. |
self-reminder: take a look at negative time at http://wttr.in/moon@2020-08-19 |
@martinbra Martin, I am going through old issues: do we have something to do here? |
Created from chubin/wttr.in#56
To correctly show delta time to last and next phase, and the correct phase at the days when there's a phase change, a timezone option is needed.
The text was updated successfully, but these errors were encountered: