I am neither in London, Madrid, Moscow, Zurich, New York, L.A, or Mexico City. How do I add my time zone? The Control Box won't let me change it, either.
Well, I figured out (accidentally, by looking up my time zone on Wikipedia and finding a link) that SliTaz is running a program called zoneinfo, and that's how you go about dealing with time zones. I'm going about figuring out how to add one now, unless some more knowledgable forista wants to help me before then... ;) I think I need to compile something and that scares me.
Also, clicking the "Change" button in Control Box isn't to make list or something else pop up, it's to make the changes you type into the text box "stick."
im currently living in western australia and my time zone is +8:00 but i couldent seem to get it working either, when using UTF+8 or UTF+8:00 it added 8 mins onto the UTF time. im going to go back and have another crack i will let you know the results :D
In addition to the documentation http://www.slitaz.org/en/doc/handbook/system-admin.html#time which explains how to synchronize your Slitaz system with a network time server, please note that you can add the command in the file /etc/init.d/local.sh :
rdate -s tick.greyware.com
Since Slitaz runs this script local.sh at every boot (as explained at the bottom of the same documentation page) this will make your synchronization to this network time server permanent.
Those won't work for daylight savings time changes. Best way is to install the glibc-locale package, then set the appropriate timezone in /etc/TZ (eg: Pacific/Auckland if you're in New Zealand). You can find all the time zones in the /usr/share/zoneinfo directory (after installing the above package).