UNPKG

jtc-utils

Version:
8 lines 264 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getTimeZone = getTimeZone; const current = Intl.DateTimeFormat().resolvedOptions().timeZone; function getTimeZone() { return current; } //# sourceMappingURL=getTimeZone.js.map