Results 1 to 4 of 4
Whenever I run the date command, I get something like this:
Code:
tux alex # date
Sun Aug 28 21:55:17 Local time zone must be set--see zic manual page 2005
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-29-2005 #1
Need to Set a Timezone? [SOLVED]
Whenever I run the date command, I get something like this:
Now, I've checked the zic man page, and I have no idea what it's talking about.Code:tux alex # date Sun Aug 28 21:55:17 Local time zone must be set--see zic manual page 2005
Does anyone know how to do whatever it's asking me to do?
- 08-29-2005 #2
you set the time zone with
atleast that works in debianCode:ln -sf /usr/share/zoneinfo/**** /etc/localtime
Brilliant Mediocrity - Making Failure Look Good
- 08-29-2005 #3that would be it!
Originally Posted by Vergil83
here in the section from the gentoo handbook
http://www.gentoo.org/doc/en/handboo...ap=7#doc_chap1Code:Code Listing 1: Setting the timezone information # ls /usr/share/zoneinfo (Suppose you want to use GMT) # ln -sf /usr/share/zoneinfo/GMT /etc/localtime
~Mike ~~~ Forum Rules
Testing? What's that? If it compiles, it is good, if it boots up, it is perfect. ~ Linus Torvalds
http://loft306.org
- 08-29-2005 #4
And I'm just freaking blind...
Thanks.


Reply With Quote
