MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / timezone

Method timezone

src/sql/src/session/vars.rs:837–839  ·  view source on GitHub ↗

Returns the value of the `timezone` configuration parameter.

(&self)

Source from the content-addressed store, hash-verified

835
836 /// Returns the value of the `timezone` configuration parameter.
837 pub fn timezone(&self) -> &TimeZone {
838 self.expect_value(&TIMEZONE)
839 }
840
841 /// Returns the value of the `transaction_isolation` configuration
842 /// parameter.

Callers

nothing calls this directly

Calls 1

expect_valueMethod · 0.80

Tested by

no test coverage detected