Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
blocks:server:first_start [2025-05-06 13:55] admin Added setting of time zone |
blocks:server:first_start [2025-05-14 05:26] (current) mattias [Setting the Time Zone] |
||
---|---|---|---|
Line 106: | Line 106: | ||
* Log in as the // | * Log in as the // | ||
* Open a terminal window by clicking the " | * Open a terminal window by clicking the " | ||
- | | + | |
- | * Enter your pixi-admin password | + | On ubuntu 24.04 and Debian 12 one must remove obsolete storage of timezone information (This location is no longer updated by timedatectl, |
+ | < | ||
+ | |||
+ | For this part it is important that the longer TZ identifier is used (i.e. Europe/ | ||
< | < | ||
- | sudo dpkg-reconfigure tzdata | + | sudo timedatectl set-timezone Europe/ |
</ | </ | ||
+ | |||
+ | Verify: | ||
+ | < | ||
You must restart Blocks to make this change take effect. | You must restart Blocks to make this change take effect. | ||
+ |