Returns the value of the `timezone` configuration parameter.
(&self)
| 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. |
nothing calls this directly
no test coverage detected