Horje
linux set date timezone Code Example
linux set date timezone
# To view timezone
timedatectl

# list all available timezones
timedatectl list-timezones

# update timezone
sudo timedatectl set-timezone your_time_zone
how to change timezone in linux
sudo timedatectl set-timezone America/New_York
Source: linuxize.com
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
Source: linuxize.com




Shell

Related
grep ip address Code Example grep ip address Code Example
how to flush dns on mac Code Example how to flush dns on mac Code Example
bash: netstat: command not found Code Example bash: netstat: command not found Code Example
Error starting daemon: error while opening volume store metadata database: timeout Code Example Error starting daemon: error while opening volume store metadata database: timeout Code Example
Filename too long git Code Example Filename too long git Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
23