Answers for "Find and Set Local Timezone in Linux"

0

Find and Set Local Timezone in Linux

# timedatectl set-local-rtc 0
Posted by: Guest on July-14-2021
0

Find and Set Local Timezone in Linux

# timedatectl list-timezones
Posted by: Guest on March-23-2020
0

Find and Set Local Timezone in Linux

# timedatectl list-timezones |  egrep  -o "Asia/B.*"
# timedatectl list-timezones |  egrep  -o "Europe/L.*"
# timedatectl list-timezones |  egrep  -o "America/N.*"
Posted by: Guest on July-14-2021
0

Find and Set Local Timezone in Linux

# timedatectl set-time 15:58:30
Posted by: Guest on July-14-2021
0

Find and Set Local Timezone in Linux

# timedatectl  status
Posted by: Guest on March-23-2020
0

Find and Set Local Timezone in Linux

# timedatectl | grep local
Posted by: Guest on July-14-2021
0

Find and Set Local Timezone in Linux

# timedatectl set-time '2015-11-20 16:14:50'
Posted by: Guest on July-14-2021
0

Find and Set Local Timezone in Linux

# timedatectl set-timezone "Asia/Kolkata"
Posted by: Guest on July-14-2021
0

Find and Set Local Timezone in Linux

# timedatectl set-ntp true
Posted by: Guest on July-14-2021
0

Find and Set Local Timezone in Linux

# timedatectl 
OR
# timedatectl | grep Time
Posted by: Guest on March-23-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language