Merge branch 'master' into fix-dar-453-remove-trace

pull/5697/head
Jason Stirnaman 2024-12-05 15:13:56 -06:00 committed by GitHub
commit 4c03807f40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 12 additions and 0 deletions

View File

@ -62,4 +62,9 @@ option location = timezone.fixed(offset: -5h)
option location = timezone.location(name: "America/Denver")
```
> [!Note]
> The `location` option only affects boundaries used for windowing, specifically around time shifts
> like daylight savings. It does not change timestamps in the `_time` column, which are always UTC.
{{< page-nav prev="/flux/v0/spec/variables/" next="/flux/v0/spec/types/" >}}

View File

@ -77,3 +77,7 @@ option location = timezone.fixed(offset: -8h)
```
> [!Note]
> The `location` option only affects boundaries used for windowing, specifically around time shifts
> like daylight savings. It does not change timestamps in the `_time` column, which are always UTC.

View File

@ -75,3 +75,6 @@ option location = timezone.location(name: "America/Los_Angeles")
```
> [!Note]
> The `location` option only affects boundaries used for windowing, specifically around time shifts
> like daylight savings. It does not change timestamps in the `_time` column, which are always UTC.