| 147 | /// AT TIME ZONE operator: converts datetime to specified timezone |
| 148 | #[derive(Debug)] |
| 149 | pub struct AtTimeZoneFunction; |
| 150 | |
| 151 | impl AtTimeZoneFunction { |
| 152 | pub fn new() -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected