Silvan Jegen wrote: > I think you could use http://golang.org/pkg/time/#Time.Zone to > occasionally check wether the time zone has changed since the script has > been started and then use http://golang.org/pkg/time/#ParseInLocation to > output the time.
Heyho Silvan, time.Now().Zone() does not notice the timezone change at all. Does it for you? Maybe it is a gentoo issue when updating the timezone… I'm ok with rebooting after setting a new timezone, but for people living at the „border“ it may still be an issue. --Markus