On Mon, 19 Sep 2022 23:06:13 +0200, Hrvoje Popovski wrote:
> after sysupgrade I'm having GMT
>
> OpenBSD 7.2 (GENERIC.MP) #736: Mon Sep 19 17:56:55 GMT 2022
> r620-1# date
> Mon Sep 19 21:01:14 GMT 2022
>
> r620-1# ls -apl /etc/localtime
> lrwxr-xr-x 1 root wheel 33 Feb 10 2022 /etc/localtime ->
> /usr/share/zoneinfo/Europe/Zagreb
>
> I didn't upgrade r420-1 yet, but other boxes are upgraded to latest snapshot
Can you check the permissions on /usr/share/zoneinfo/Europe/Zagreb?
If that file is not readable you will end up with GMT.
If it looks OK, what does:
TZ=Europe/Zagreb date
produce?
- todd