What you want to add
I think there are two options.
- Document the current
CRON_TZ support which is handled by github.com/robfig/cron/v3.
- Implement
timeZone field as like Kubernetes CronJob
Why this is needed
Internal users of Mercari and many external users want to define schedules in local timezone.
For example, there are cases where the time zone is important to represent the beginning of the month in the calendar.
e.g. YYYYYY-MM-01 00:00:00 JST can be any of YYYY-${MM-1}-{28,29,30,31} 15:00:00 UTC so it is hard to be written in UTC.
What you want to add
I think there are two options.
CRON_TZsupport which is handled bygithub.com/robfig/cron/v3.timeZonefield as like Kubernetes CronJobWhy this is needed
Internal users of Mercari and many external users want to define schedules in local timezone.
For example, there are cases where the time zone is important to represent the beginning of the month in the calendar.
e.g.
YYYYYY-MM-01 00:00:00 JSTcan be any ofYYYY-${MM-1}-{28,29,30,31} 15:00:00 UTCso it is hard to be written in UTC.