-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What you want to add
I think there are two options.
- Document the current
CRON_TZ
support which is handled bygh.seave.top/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.
- We had recognized needs of TZ support: Support schedule configuration like CronJob #30 (comment)
sters
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request