Skip to content
wfarr edited this page Jan 3, 2011 · 2 revisions

You can use Moonshine to easily configure the time zone your server uses by setting the time_zone configuration option in a Moonshine YAML file such as config/moonshine.yml or config/moonshine/production.yml.

Below is a list of sample time zones:

  • America/Los_Angeles
  • America/New_York
  • Australia/Brisbane
  • Europe/Berlin

To find your specific timezone, you can use the tzselect command. Just follow the prompts. Once you've selected the timezone you want, tzselect will spit out a few things. The very last line of that output is the name of the timezone you should set in Moonshine.

Clone this wiki locally