MCPcopy Create free account
hub / github.com/apache/cloudstack / timeZone

Function timeZone

ui/src/utils/timezone/index.js:65–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63}
64
65export function timeZone () {
66 return new Promise(resolve => {
67 const dataTimeZone = loadTimeZone()
68 resolve(dataTimeZone)
69 })
70}
71
72export function timeZoneName (key) {
73 const dataTimeZone = getFullTimeZone(key)

Callers

nothing calls this directly

Calls 2

loadTimeZoneFunction · 0.85
resolveFunction · 0.50

Tested by

no test coverage detected