I found DST always returns 0 on the actual watch when using Toybox.System.getClockTime().dst. I wonder what would be a good workaround?
I do see System.getClockTime().timeZoneOffset correctly gives the correct offset from UTC (reflecting DST). Maybe that could be used as a workaround if I knew the current time without DST. Any idea?
Context is that I want to show 'DST' icon if DST is active for current location.