Setting MacBook timezone to UTC

Posted by Andy A on Super User See other posts from Super User or by Andy A
Published on 2012-03-30T12:13:25Z Indexed on 2012/03/31 5:33 UTC
Read the original article Hit count: 485

Filed under:
|
|
|
|

To run my web app, I need to set my timezone to UTC on my MacBook. I can do this temporarily by opening a Konsole and entering

sudo ln -sf /usr/share/zoneinfo/UTC /etc/localtime

However, my timezone returns to normal when I restart my machine!

Any advice?

Edit : The response to this question by 'Celada' implies that I can just make my Server UTC. I am using Apache Tomcat 7. Adding to Celada's response, how can I make it UTC?

© Super User or respective owner

Related posts about osx

Related posts about command-line