timezone-js-ts
Advanced tools
Comparing version 1.1.23 to 1.1.24
@@ -46,3 +46,3 @@ "use strict"; | ||
}; | ||
return new Intl.DateTimeFormat('en-US', configOptions).format(date); | ||
return new Intl.DateTimeFormat('en-GB', configOptions).format(date); | ||
} | ||
@@ -49,0 +49,0 @@ function getAllZones() { |
{ | ||
"name": "timezone-js-ts", | ||
"version": "1.1.23", | ||
"version": "1.1.24", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -11,3 +11,3 @@ import * as zoneData from './all_timezone_lists.json'; | ||
}; | ||
return new Intl.DateTimeFormat('en-US', configOptions).format(date); | ||
return new Intl.DateTimeFormat('en-GB', configOptions).format(date); | ||
} | ||
@@ -14,0 +14,0 @@ |