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

Class AtTimeZoneFunction

graphlite/src/functions/timezone_functions.rs:149–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147/// AT TIME ZONE operator: converts datetime to specified timezone
148#[derive(Debug)]
149pub struct AtTimeZoneFunction;
150
151impl AtTimeZoneFunction {
152 pub fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected