Cron does not work correctly at time setting
vumdao opened this issue · 1 comments
vumdao commented
brotandgames commented
Please read the docs: https://github.com/brotandgames/ciao#configuration
Time zone is configurable per
TIME_ZONE
variable (default:UTC
) eg.TIME_ZONE="Vienna"
- you can find all possible values by executingdocker run --rm brotandgames/ciao rake time:zones
(since version 1.2.0)