You are not logged in.
Pages: 1
What would I put in /etc/rc.conf in TIMEZONE="" for Tennessee, USA (Central Standard Time (TN has both CST and EST))?
To obtain peace and quiet, get a Phoneless Cord.
Offline
Not sure as I'm a few miles from there If you have both my guess would be set it to the timezone you use personally. Somebody else may have more knowledge on this subject than myself but you can try that first. It's easy enough to change later on if need be.
"When once you have tasted flight, you will forever walk the earth with your eyes turned skyward, for there you have been, and there you will always long to return."
Offline
Well, I tried "CST" and according to the UTC clock on time.gov, and `date`, it's wrong.
I'm lost on this one. I'm even running ntpd and it's wrong. It's either wrong, or I'm not doing something right, I don't know which.
To obtain peace and quiet, get a Phoneless Cord.
Offline
If you adhere to Daylight Savings Time and are in the CST zone use 'CST6CDT'. EST is 'US/Eastern' and CST is 'US/Central' as I recall.
There is a chance I know what I am talking about.
Offline
"US/Central" worked, thanks!
To obtain peace and quiet, get a Phoneless Cord.
Offline
"US/Central" worked, thanks!
What is it for West-Europe ? Thanks
Offline
What is it for West-Europe ? Thanks
1) ls -l /usr/share/zoneinfo/Europe/
2) Pick a city near you
3) TIMEZONE=Europe/<cityname> in /etc/rc.conf
Offline
go4it wrote:What is it for West-Europe ? Thanks
1) ls -l /usr/share/zoneinfo/Europe/
2) Pick a city near you
3) TIMEZONE=Europe/<cityname> in /etc/rc.conf
THanks Sh__ after your advise I googled furture and found this nice list,
http://wiki.archlinux.org/index.php/TIMEZONE
Next time I will first check Wiki :idea:
Offline
Pages: 1