Timedatectl

From NovaOrdis Knowledge Base
Revision as of 00:50, 25 June 2017 by Ovidiu (talk | contribs) (Created page with "=Internal= * Linux =Overview= =Get Current Time Zone= <pre> timedatectl status </pre> =Change the Time Zone of the System= List available timezones:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

Get Current Time Zone

timedatectl status

Change the Time Zone of the System

List available timezones:

timedatectl list-timezones | grep America

Set the desired one:

timedatectl set-timezone America/Los_Angeles