Sunday, 9 December 2012

Adjusting Heroku Timezone


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:
$ heroku run console
$ Time.now

No comments:

Post a Comment