Usage
dimension: field_name {
convert_tz: yes | no
}
}
Hierarchyconvert_tz |
Possible Field TypesDimension, Dimension Group, Measure, Filter, ParameterAcceptsA Boolean (yes or no) |
Definition
Looker has various time zone settings that convert time-based data between different time zones. Looker does time zone conversion by default. If you do not want Looker to perform a time zone conversion for a particular dimension
, dimension_group
(with type: time
), or filter
field, then you can use the convert_tz
parameter. This can be useful for fields that are already converted to the appropriate time zone, or in some advanced situations where you need to avoid a double time zone conversion.
In general, time computations (differences, durations, etc.) only work correctly when you operate on time values that are all converted to the same time zone. It is important to keep time zones in mind when writing LookML.
Examples
Do not perform time zone conversion for the local_created
dimension group:
Things to consider
convert_tz: no
applies only to a dimension, not to a filter that uses the dimension. In other words, filters always perform time zone conversion. When you specify convert_tz: no
, time-based data values are displayed in the database time zone, but are filtered using the query time zone.
Because filters always do time zone conversion, a difference between the database time zone and query time zone could cause data to unexpectedly be included or excluded from a dataset. To avoid this, ensure that the query time zone is set to the same value as the database time zone.
If User Specific Time Zones is enabled, set the time zone drop-down menu (located next to the Run button on Explores, Looks, and dashboards) to the same value as the database time zone. If User Specific Time Zones is disabled, set the Query Time Zone to the same value as the database time zone.
If you’re using custom filters, keep time zone conversion enabled to ensure valid date comparisons. If you turn off time zone conversion with convert_tz: no
and include the field in a custom filter, your date comparisons may be invalid.
Database dialect support for time zone conversion
For Looker to convert time zones in your Looker project, your database dialect must support time zone conversion. The following table shows which dialects support time zone conversion in Looker 22.6: