View Source Fast.Ecto.TimeZoneQuery (Fast v0.9.0)
Link to this section Summary
Functions
Converts a timestamp to the specified timezone. Ensures proper timezone conversion by
Converts US timezone names to IANA timezone names for PostgreSQL compatibility.
Link to this section Functions
Converts a timestamp to the specified timezone. Ensures proper timezone conversion by:
- Converting the timestamp to UTC
- Converting to the target timezone
- Converting back to timestamptz
Converts US timezone names to IANA timezone names for PostgreSQL compatibility.