I have a cron that is suppose to run at 9am Eastern
. We had this problem last time change and thought we found a solution by using the TZ
env var, but it does not seem to have fixed it. It seems that now it is running at 10am Eastern
.
serverless.yml
provider:
environment:
TZ: America/New_York
We figured from reading the docs this would fix it, but it hasn't. Any help would be greatly appreciated.