This function indicates if you're in daylight savings time.
Your computer's time zone should be set properly to receive accurate results.
None.
Return value: flag
Type: long
Description: This returns a value of 1 if daylight savings
time is active and 0 if it's not.
hs.WriteLog "Daylight Savings is " & IIf(hs.LocalDST > 0,"in effect!","is not in effect.")