Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formal timezone support in SpannerAutoscalerSchedule #118

Open
apstndb opened this issue Aug 14, 2023 · 0 comments
Open

Formal timezone support in SpannerAutoscalerSchedule #118

apstndb opened this issue Aug 14, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@apstndb
Copy link
Contributor

apstndb commented Aug 14, 2023

What you want to add

I think there are two options.

  1. Document the current CRON_TZ support which is handled by github.com/robfig/cron/v3.
  2. 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.

@apstndb apstndb added the enhancement New feature or request label Aug 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant