mde / timezone-js

DEPRECATED: Timezone-enabled JavaScript Date object. Uses Olson zoneinfo files for timezone data.
824 stars 183 forks source link

ISO/UTC +0000 Support in IE and Safari #113

Closed eeglob closed 4 years ago

eeglob commented 11 years ago

In FireFox, Chrome, and Opera, new timezoneJS.Date("2013-10-31T14:50:33+0100") is supported. In Internet Explorer and Safari, it is not. Invalid Date is returned.

This probably comes down to at least in init, the line dt = new Date(args[0]) being supported in FireFox, Chrome, and Opera, but not IE and Safari.