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
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_TZ
support which is handled bygithub.com/robfig/cron/v3
.timeZone
field 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 JST
can be any ofYYYY-${MM-1}-{28,29,30,31} 15:00:00 UTC
so it is hard to be written in UTC.The text was updated successfully, but these errors were encountered: