Skip to content
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

Timezone Support #88

Open
diegofcoelho opened this issue Apr 23, 2017 · 1 comment
Open

Timezone Support #88

diegofcoelho opened this issue Apr 23, 2017 · 1 comment

Comments

@diegofcoelho
Copy link
Contributor

I have noticed that chroniker if following UTC time for both scheduling and recalculating dates and I was wondering if you could add support to provide a standard timezone or get it from django when convenient.

My settings.py are properly configured:

TIME_ZONE = 'America/Fortaleza'
USE_I18N = True
USE_L10N = True
USE_TZ = True

But I believe chroniker itself is responsible for calculating the time shift between zones. At least is what I believe this StackOverFlow user has shown when explaining about a related problem (not to chroniker) in this answer.

Did I miss something during chroniker installation?

@billyquith
Copy link
Contributor

Yes, this would be nice. Times may want to be in local time as UTC won't shift for daylight saving and you may want to run something after the working day ends.

vilos added a commit to vilos/django-chroniker that referenced this issue Apr 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants