MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / set_current_timezone

Method set_current_timezone

graphlite/src/session/models.rs:278–281  ·  view source on GitHub ↗

Set the current timezone for this session

(&mut self, timezone: Option<String>)

Source from the content-addressed store, hash-verified

276
277 /// Set the current timezone for this session
278 pub fn set_current_timezone(&mut self, timezone: Option<String>) {
279 self.current_timezone = timezone;
280 self.update_activity();
281 }
282
283 /// Get the current timezone for this session
284 pub fn get_current_timezone(&self) -> Option<&String> {

Callers

nothing calls this directly

Calls 1

update_activityMethod · 0.80

Tested by

no test coverage detected