iana-tz-json-generator-and-importer
Version:
Quickly get timezone names and metadata from the IANA into your application in the format you want.
38 lines • 1.18 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.sampleExtractedData = void 0;
exports.sampleExtractedData = {
version: 'sample-data-1',
numberOfZones: 1,
zones: [
{
countryCodes: ['AU', 'EU'],
coordinates: {
latitude: {
negative: true,
sign: '-',
degree: 33,
minute: 52,
second: null,
decimal: -33.866667,
},
longitude: {
negative: false,
sign: '+',
degree: 151,
minute: 13,
second: null,
decimal: 151.216667
}
},
timezoneName: 'Australia/Sydney',
geographicArea: 'Australia',
geographicAreaDisplayName: 'Australia',
location: 'Sydney',
locationDisplayName: 'Sydney',
comments: 'New South Wales (most areas)'
}
],
originalFileName: 'Some file'
};
//# sourceMappingURL=test-extracted-data.js.map