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

Support for timezones #67

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

pmcenery
Copy link

@pmcenery pmcenery commented Sep 12, 2024

I have been playing with support for being able to specify datetime objects with a specified timezone other than UTC. Prior to AWS Eventbridge Scheduler, timezones were not really used by many services. As things mature, specifying timezone which automatically handle DST is really beneficial.

Apologies if this PR is somewhat incomplete. I'm no python expert, but these changes seem quite reliable for my use case. Please consider implementing these changes in pyawscron

Fixes #62

@pmcenery pmcenery changed the title Initial commit with support for timezone Support for timezones Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cron expressions in non-UTC timezones are unsupported
1 participant