pub type AtTimeZone<Lhs, Rhs> = Grouped<AtTimeZone<Lhs, AsExprOf<Rhs, VarChar>>>;Available on crate features
postgres_backend and sqlite only.Expand description
The return type of expr.at_time_zone(tz)
Aliased Typeยง
pub struct AtTimeZone<Lhs, Rhs>(/* private fields */);