MCPcopy Create free account
hub / github.com/UI5/webcomponents / getTimezone

Function getTimezone

packages/base/src/InitialConfiguration.ts:116–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114 * @returns { String } the configured IANA timezone ID, e.g. "America/New_York"
115 */
116const getTimezone = () => {
117 initConfiguration();
118 return initialConfig.timezone;
119};
120
121const getFormatSettings = () => {
122 initConfiguration();

Callers

nothing calls this directly

Calls 1

initConfigurationFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…