dateIsDaylight
Description
Checks to see if the current timezone is using daylight savings time during the date specified.
Syntax
dateIsDaylight ([date] )
Code Examples
Code Snippet
dateIsDaylight(toDate("2007-06-28 00:00:00")) //Will print True in the US Pacific Timezone.