Running Webapp on Mac in UTC (either changing MacBook timezone or tomcat timezone)
- by Andy A
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…