Saturday, December 30, 2006

Cygwin Time Zone Part 2

I should have read the warning message carefully. Just like what the message said, my TZ variable was wrong. It was set to:

$ env | grep TZ
TZ=MST7MDT6,M4.1.0/2,M10.5.0/2

Fixed the problem by

$ TZ='US/Mountain'; export TZ

No comments:

Post a Comment