timezone linux code example

Example 1: linux check timezone

$ timedatectl | grep “Time zone”

Example 2: linux check timezone

$ date +"%Z %z"

Example 3: how to change timezone in linux

sudo timedatectl set-timezone America/New_York

Example 4: 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

Tags:

C Example