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
Is your feature request related to a problem? Please describe.
It seems that currently the automatic refresh cron job is set from UTC time. I am seeing a 4 hour offset when setting the automatic refresh to a specific time each day in UTC-4.
Describe the solution you'd like
It would be nice to support setting the timezone through an environment variable in the compose file: environment: - TZ=America/New_York
Or in the cup.json config file somehow.
Additional context
I think the environment variable just requires installing the tzdata package via the Dockerfile, unless it's already included in the image.
Thanks for your time!
The text was updated successfully, but these errors were encountered:
Hi @gabrieldubinsky!
Thanks for the suggestion! I'll add this to the roadmap. You may have to wait a while though, because I barely have enough time to fix bugs. I hope that's ok with you!
Is your feature request related to a problem? Please describe.
It seems that currently the automatic refresh cron job is set from UTC time. I am seeing a 4 hour offset when setting the automatic refresh to a specific time each day in UTC-4.
Describe the solution you'd like
It would be nice to support setting the timezone through an environment variable in the compose file:
environment:
- TZ=America/New_York
Or in the cup.json config file somehow.
Additional context
I think the environment variable just requires installing the tzdata package via the Dockerfile, unless it's already included in the image.
Thanks for your time!
The text was updated successfully, but these errors were encountered: