function getTimezoneFromDb
getTimezoneFromDb(): Promise<string>

Get the configured timezone from database. Returns the IANA timezone identifier, defaulting to Europe/London. Also populates the permanent timezone cache for sync access via getTimezoneCached().

Return Type

Promise<string>

Usage

import { getTimezoneFromDb } from "docs/database.ts";