We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I have in my ENV variables:
TIMEZONE="Mexico City"
I got that setting from: https://gist.github.com/lucascaton/bec400d18f7dcda61275
When using "standard" code "America/Mexico_City" (https://api.rubyonrails.org/classes/ActiveSupport/TimeZone.html) Huginn does not start, it sends an error and exit message
But Huginn keeps showing UTC time, both in logs and when I go into console and do a "date" command.
Would be nice to have the correct date.
Thanks in advance
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I have in my ENV variables:
TIMEZONE="Mexico City"
I got that setting from: https://gist.github.com/lucascaton/bec400d18f7dcda61275
When using "standard" code "America/Mexico_City" (https://api.rubyonrails.org/classes/ActiveSupport/TimeZone.html) Huginn does not start, it sends an error and exit message
But Huginn keeps showing UTC time, both in logs and when I go into console and do a "date" command.
Would be nice to have the correct date.
Thanks in advance
The text was updated successfully, but these errors were encountered: