How To Change Time Zone

Method 1: Command Line (Recommended for Servers)

 

1. Check current time and timezone

commands: timedatectl status

 

2. Set the timezone

- To list available timezones.

commands: timedatectl list-timezones

 

- To set your timezone (example: Asia/Manila):

commands: sudo timedatectl set-timezone Asia/Manila

  • 0 Korisnici koji smatraju članak korisnim
Je li Vam ovaj odgovor pomogao?

Vezani članci

Basic SSH (Putty) Commands – List of most used Putty commands in Linux

Basic SSH (PuTTY) commands help you to navigate and work efficiently with the files in Linux...

Export SQL DB using Putty SSH

To Export your SQL DB type the commands bellow. no need shotdown the server. Our default SQL DB...

Import SQL DB using Putty SSH

To import your backup DB make sure to create DB name in your PhpMyAdmin.Our default SQL DB on...