http://www.perlmonks.org?node_id=11158763


in reply to Server Time

Ignore what you get with list-timezones, try:

timedatectl set-timezone GB

http://www.timezoneconverter.com/cgi-bin/zoneinfo.tzc

[fbrm@confetti ~]$ timedatectl set-timezone GB [fbrm@confetti ~]$ timedatectl Local time: Sun 2024-04-07 02:48:17 BST Universal time: Sun 2024-04-07 01:48:17 UTC RTC time: Sun 2024-04-07 01:39:13 Time zone: GB (BST, +0100) System clock synchronized: no NTP service: active RTC in local TZ: no [fbrm@confetti ~]$ timedatectl list-timezones |grep -i -e GB -e BST [fbrm@confetti ~]$