UTC( ) example
You cannot specify a time zone when creating a Date object with separate date and time components, but you can use UTC( ) for GMT:
dLocale = new Date(nYear, nMonth, nDay) // Time zone of locale
dGMT = new date().UTC(nYear, nMonth, nDay) // GMT