mirror of
https://github.com/wekan/wekan.git
synced 2026-02-25 09:24:08 +01:00
Created Timezone (markdown)
parent
dcd128ddef
commit
457733c5f4
1 changed files with 18 additions and 0 deletions
18
Timezone.md
Normal file
18
Timezone.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
1. At Windows, sync to ntp timeserver. Examples:
|
||||
- `time.windows.com`
|
||||
- `ntp.ubuntu.com`
|
||||
- `ntp1.kolumbus.fi`
|
||||
|
||||
2. Dual boot to Qubes OS. At desktop top right calendar/time, set timezone to Etc/UTC.
|
||||
|
||||
3. At server and it's KVM VMs, edit `/etc/timezone` to `Etc/UTC`.
|
||||
|
||||
4. Update time at server:
|
||||
|
||||
```
|
||||
sudo apt -y install ntpdate
|
||||
|
||||
sudo ntpdate ntp.ubuntu.com
|
||||
```
|
||||
|
||||
5. Now local time shows correctly at webbrowser, like for example at Friend Desktop https://github.com/wekan/wekan/wiki/Friend
|
||||
Loading…
Add table
Add a link
Reference in a new issue