Hi forum
Daylight saving (+1 hour) commenced in much of eastern Australia at 3.0 am this morning.
So we've moved from 10 hours ahead of GMT to 11 hours ahead of GMT.
My /etc/localtime is pointing to /usr/share/zoneinfo/Australia/Canberra but FreeBSD is now reporting the wrong time.
I can use a kludge and point to /usr/share/zoneinfo/Australia/LHI to get the +11 hours.
What is the-right-way to keep the correct timezone (eg Canberra) and have the time correctly displayed as AEDT ?
BTW, I do have the following line in /etc/rc.conf
TIA's for any tips or clues.
Daylight saving (+1 hour) commenced in much of eastern Australia at 3.0 am this morning.
So we've moved from 10 hours ahead of GMT to 11 hours ahead of GMT.
My /etc/localtime is pointing to /usr/share/zoneinfo/Australia/Canberra but FreeBSD is now reporting the wrong time.
I can use a kludge and point to /usr/share/zoneinfo/Australia/LHI to get the +11 hours.
What is the-right-way to keep the correct timezone (eg Canberra) and have the time correctly displayed as AEDT ?
BTW, I do have the following line in /etc/rc.conf
Code:
ntpd_enable="YES"
Last edited by a moderator: