()
| 114 | * @returns { String } the configured IANA timezone ID, e.g. "America/New_York" |
| 115 | */ |
| 116 | const getTimezone = () => { |
| 117 | initConfiguration(); |
| 118 | return initialConfig.timezone; |
| 119 | }; |
| 120 | |
| 121 | const getFormatSettings = () => { |
| 122 | initConfiguration(); |
nothing calls this directly
no test coverage detected
searching dependent graphs…