Ubuntu – How to display the current time & date setting

datetime

How can I display the current time configuration, like the time zone, in Ubuntu?

Best Answer

I don't know of a single file, but this may give you the info needed:

cat /etc/timezone
grep UTC /etc/default/rcS
date
# hardware clock
sudo hwclock --show