lesander / magister-calendar

:date: Automatically plan your Magister appointments in your Google calendar.
https://git.io/magister
MIT License
11 stars 6 forks source link

Add option for custom timezone #4

Closed lesander closed 9 years ago

lesander commented 9 years ago

Not going to implement this because of issues when setting process.env.TZ. See the issue and discussion at the NodeJS repo: https://github.com/nodejs/node-v0.x-archive/issues/3286.

To change the timezone for Magister Calendar, you will have to change the system's timezone. You can do that by running sudo dpkg-reconfigure tzdata and then don't forget to also restart the crontab service, as it won’t pick up the timezone change right away. For more see http://www.christopherirish.com/2012/03/21/how-to-set-the-timezone-on-ubuntu-server/