UNPKG

patchbay-gatherings

Version:
8 lines (7 loc) 154 B
module.exports = function getTimezone () { try { return Intl.DateTimeFormat().resolvedOptions().timeZone } catch (e) { return undefined } }