Hi!

In my program, I receive some information about time. It's the number of nanoseconds elapsed since 1st Jan 1955... So with some manipulation I can obtain the actual date and time. But since we switched to Advanced Time (or summer time? I don't konw the exact term in English) my program doesn't convert the time information correctly (it's one hour too late).

So I'd like to know if there's a function to determine if we are in advanced time.

Sorry if my question is not very clear...


Jeff