Zum Hauptinhalt springen

Zymba Documentation

Date.TimezoneContext

object @Date.TimezoneContext(@Base) {
construct(string $timezone) {}
enter() {}
exit() {}
}

Timezone context prototype.

Prototype

Base

Methods

$this.construct(string $timezone): void
Parameters
NameTypeValueDefault
timezonestring"UTC"
$this.enter(): void
$this.exit(): void