timezone-js-ts
Advanced tools
Comparing version 1.1.22 to 1.1.23
@@ -43,8 +43,4 @@ "use strict"; | ||
timeZone: timezone, | ||
year: 'numeric', | ||
month: 'long', | ||
day: 'numeric', | ||
hour: 'numeric', | ||
minute: 'numeric', | ||
second: 'numeric' | ||
dateStyle: 'full', | ||
timeStyle: 'long' | ||
}; | ||
@@ -51,0 +47,0 @@ return new Intl.DateTimeFormat('en-US', configOptions).format(date); |
{ | ||
"name": "timezone-js-ts", | ||
"version": "1.1.22", | ||
"version": "1.1.23", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -8,8 +8,4 @@ import * as zoneData from './all_timezone_lists.json'; | ||
timeZone: timezone, | ||
year: 'numeric', | ||
month: 'long', | ||
day: 'numeric', | ||
hour: 'numeric', | ||
minute: 'numeric', | ||
second: 'numeric' | ||
dateStyle: 'full', | ||
timeStyle: 'long' | ||
}; | ||
@@ -16,0 +12,0 @@ return new Intl.DateTimeFormat('en-US', configOptions).format(date); |
87894
4888