Answers for "linux set date timezone"

12

linux set date timezone

# To view timezone
timedatectl

# list all available timezones
timedatectl list-timezones

# update timezone
sudo timedatectl set-timezone your_time_zone
Posted by: Guest on September-02-2020
4

set timezone in debian terminal

sudo timedatectl set-timezone <your_time_zone>
Posted by: Guest on September-02-2020
2

how to change timezone in linux

sudo timedatectl set-timezone America/New_York
Posted by: Guest on November-19-2020
0

linux how to display current time with timezone

timedatectl

Output
------------
                      Local time: Tue 2019-12-03 16:30:44 UTC
                  Universal time: Tue 2019-12-03 16:30:44 UTC
                        RTC time: Tue 2019-12-03 16:30:44
                       Time zone: Etc/UTC (UTC, +0000)
       System clock synchronized: no
systemd-timesyncd.service active: yes
                 RTC in local TZ: no
Posted by: Guest on August-06-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language