mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-12-27 00:09:26 -05:00
Add instructions to change time zone in terminal
This commit is contained in:
parent
c48c81d67b
commit
d377c4ccf8
39
common-tasks/change-timezone-terminal.md
Normal file
39
common-tasks/change-timezone-terminal.md
Normal file
@ -0,0 +1,39 @@
|
||||
---
|
||||
layout: doc
|
||||
title: Change Time Zone in Terminal
|
||||
permalink: /doc/change-timezone-terminal/
|
||||
---
|
||||
|
||||
Change Time Zone in Terminal
|
||||
============================
|
||||
|
||||
## Qubes 4.0 ##
|
||||
|
||||
If you use the i3 window manager or would prefer to change the system's time
|
||||
zone in terminal you can issue the `timedatectl` command with the option
|
||||
`set-timezone`.
|
||||
|
||||
For example, to set the system's time zone to Berlin, Germany type in a dom0
|
||||
terminal:
|
||||
|
||||
~~~~
|
||||
$ sudo timedatectl set-timezone 'Europe/Berlin
|
||||
~~~~
|
||||
|
||||
You can list the available time zones with the option `list-timezones` and show
|
||||
the current settings of the system clock and time zone with option `status`.
|
||||
|
||||
Example output status of `timedatectl` on a system with time zone set to
|
||||
Europe/Berlin:
|
||||
|
||||
~~~~
|
||||
[user@dom0 ~]$ timedatectl status
|
||||
Local time: Sun 2018-10-14 06:20:00 CEST
|
||||
Universal time: Sun 2018-10-14 04:20:00 UTC
|
||||
RTC time: Sun 2018-10-14 04:20:00
|
||||
Time zone: Europe/Berlin (CEST, +0200)
|
||||
Network time on: no
|
||||
NTP synchronized: no
|
||||
RTC in local TZ: no
|
||||
~~~~
|
||||
|
Loading…
Reference in New Issue
Block a user