Adjusting Heroku Timezone
Changing the timezone on the Heroku Cedar stack can be done in a few easy steps.
Grab your the appropriate zone name string from here
In your console/shell:
$ heroku config:add TZ=EST
Application will restart automatically after this action.
To test it out:
console/shell:
console/shell:
$ heroku run console
$ Time.now
$ Time.now
No comments:
Post a Comment