When I do this:$this->bbcode_second_pass_code('', '[alarm]$ echo `date`
Mon Apr 23 11:14:38 CDT 2012')I get Central Daylight Savings Time. I'd like it to show Eastern.
When I try hwclock, I get this:$this->bbcode_second_pass_code('', '[alarm]$ hwclock --localtime
hwclock: Cannot access the Hardware Clock via any known method.
hwclock: Use the --debug option to see the details of our search for an access method.
')It's basically the same for any hwclock argument except --help.
Any ideas how I can set the clock to Eastern?
When I try the debug this is what I get:$this->bbcode_second_pass_code('', '[alarm]$ hwclock --localtime --debug
hwclock from util-linux 2.21.1
hwclock: Open of /dev/rtc failed: No such file or directory
No usable clock interface found.
hwclock: Cannot access the Hardware Clock via any known method.
')
FYI -- my ntpd.conf:$this->bbcode_second_pass_code('', '[alarm]$ more /etc/ntpd.conf
# $OpenBSD: ntpd.conf,v 1.7 2004/07/20 17:38:35 henning Exp $
# sample ntpd configuration file, see ntpd.conf(5)
# Addresses to listen on (ntpd does not listen by default)
#listen on 0.0.0.0
#listen on 127.0.0.1
#listen on ::1
# sync to a single server
#server ntp.example.org
# use a random selection of 8 public stratum 2 servers
# see http://twiki.ntp.org/bin/view/Servers/NTPPoolServers
# servers pool.ntp.org
server 0.us.pool.ntp.org
server 1.us.pool.ntp.org
server 2.us.pool.ntp.org
server 3.us.pool.ntp.org
[alarm]$
')
Cheers.