Skip to content

Instantly share code, notes, and snippets.

@zas
Created September 9, 2016 00:04
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save zas/a89623e408c0d480ba8076df14f31a12 to your computer and use it in GitHub Desktop.
Save zas/a89623e408c0d480ba8076df14f31a12 to your computer and use it in GitHub Desktop.
Set timezone to UTC on Ubuntu 16.04 (xenial)
#!/bin/bash
sudo timedatectl set-timezone Etc/UTC
@Faisal-nfl
Copy link

& how to revert this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment