function updateTimezone
updateTimezone(tz: string): Promise<void>

Update the configured timezone.

Parameters

tz: string

Return Type

Promise<void>

Usage

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