-
Notifications
You must be signed in to change notification settings - Fork 11
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
Error using timezone
#34
Comments
Using |
@herrsergio I had the same issue after upgrading... I believe it comes from this update to serverless: serverless/serverless#11935 Anyway, the good news is we can use events:
- schedule:
method: scheduler
rate: cron(0 8 * * ? *)
timezone: 'America/Los_Angeles' |
Hi @bhb603 |
@piyush2stax I haven't tested, but I assume it should... "America/New_York" has a specific meaning in the TZ Database, which is what AWS is using, and it should account for DST. Docs: |
I have the following event:
While trying to deploy I get the following error message:
It was working a couple of months ago, maybe an update introduced this issue?
The text was updated successfully, but these errors were encountered: