On Fri, Mar 02, 2007 at 04:36:16PM -0500, Temlakos wrote: > Rick Stevens wrote: > >On Fri, 2007-03-02 at 14:49 -0500, Temlakos wrote: > > > >>Where is zdump? I've typed that command several times, as an ordinary > >>user and as root, and all I get is: > >> > >>"bash: command not found" > >> > >>Where is that command located, and how can I call it? > >> > Yes, it does. > > One more question: I have an old Fedora Core 1 system in my house. Can > anyone provide a step-by-step procedure to convert its time-zone > database to comply with recent changes in US (and, I understand, > Bahamian) uniform time law? rpm -Uvh http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/os/Fedora/RPMS/tzdata-2007c-1.fc7.noarch.rpm . /etc/sysconfig/clock cp /usr/share/zoneinfo/$ZONE /etc/localtime should work even on FC1 (the first one which used tzdata package, which really is not exact distro release specific). Jakub