Hi all!
Just a question regarding daylight saving and the time difference between UTC and local time.
Every time we have to add (or substract) one hour because of that it causes the test's run to stop becuase it finds there's an 'error' on the date/time displayed in the application.
The question is if there's any function in C# script similar to
bool isDaylight =TimeZoneInfo.Local.IsDaylightSavingTime(thisTime);
in C# that can be used on TestComplete scripts to determine if I should be happy with the date/time retreived from the DB (stored in UTC, of course) or I should add/substract one hour.
Cheers,
Leandro