Created
September 9, 2016 00:04
-
-
Save zas/a89623e408c0d480ba8076df14f31a12 to your computer and use it in GitHub Desktop.
Set timezone to UTC on Ubuntu 16.04 (xenial)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo timedatectl set-timezone Etc/UTC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
& how to revert this?