mde / timezone-js

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

Formatting for March #74

Closed deeTEEcee closed 11 years ago

deeTEEcee commented 11 years ago

Month of March displays Marc(hour in 0-23). Replaces the 'h' of march

 var test = new timezoneJS('Etc/UTC); // month of march
 test.toString('MMMM') // prints out Marc(hour in 0-23), not March
longlho commented 11 years ago

can't seem to repro this. Also toString doesn't parse h for hours but H instead

longlho commented 11 years ago

oh this was introduced in a recent commit... will fix this