Is isDST() supposed to be working now?

I’m currently getting false as the return for isDST() (in the US). Is there something I need to do other than calling that function to get the correct result?

These functions are currently rather useless.
You need to call Time.beginDST() to make Time.isDST() return true.
Hence my issue on GitHub

2 Likes