Hi, Kei Kebreau writes: > Marius Bakke writes: > >> I'm not sure what we should do about it. Thoughts? >> >> Kei: Does it work if you 'echo Your/Timezone > /etc/timezone' ? >> Alternatively, you could make /etc/localtime a symbolic link to >> $tzdata/share/zoneinfo/Your/Timezone, though that will not persist a >> reboot. > > I can confirm that both of these methods work, so crude work-arounds > include > > 1. Setting the system's configured time zone in /etc/timezone This is my vote for two reasons. First, it seems more elegant. If I want to know the timezone name, I should look it up directly, and not chase symlinks around looking for some canonical timezone file. I think this is the closest thing to a “standard way to get the name of the system timezone” (here, “standard” means “well, I guess at least Gentoo does it”). Second, it is a one-liner for us: