Skip to content

Commit 3d2e245

Browse files
committed
Update date-time-data-types.md
1 parent c54f7a8 commit 3d2e245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/use-cases/time-series/01_date-time-data-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ In the first row, we inserted all values using the `America/New_York` timezone.
130130
* `dt_2` and `dt64_2` didn't have a time zone specified, so they use the server's local time zone, which in this case is `Europe/London`.
131131

132132
In the second row, we inserted all the values without a timezone, so the server's local time zone was used.
133-
As in the first row, `dt_1` and `dt_3` are converted to `Europe/Berlin`, while `dt_2` and `dt64_2` use the server's local time zone.
133+
As in the first row, `dt_1` and `dt64_1` are converted to `Europe/Berlin`, while `dt_2` and `dt64_2` use the server's local time zone.
134134

135135
## Date and time functions {#time-series-date-time-functions}
136136

0 commit comments

Comments
 (0)