How to set the timezone on Ubuntu Server





You can check your current timezone by just running
$ date
Tue Feb  6 07:35:29 UTC 2018


You can set the timezone
$ sudo timedatectl set-timezone Asia/Manila
$ date
Tue Feb  6 15:36:49 +08 2018



Comments

Popular posts from this blog

CakePHP 4: Firebase Cloud Messaging Component in CakePHP for Push Notification

CakePHP: COUNT data and GROUP BY date

CakePHP 4 : Using Component inside Command ( Shell )