Skip to content

Commit 72dcf12

Browse files
committed
docs(external): timestamp clarification
1 parent c2abea9 commit 72dcf12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/vector-core/src/config/global_options.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ pub struct GlobalOptions {
6565
/// The time zone name may be any name in the [TZ database][tzdb] or `local` to indicate system
6666
/// local time.
6767
///
68+
/// Note that in Vector/VRL all timestamps are represented in UTC.
69+
///
6870
/// [tzdb]: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
6971
#[serde(default, skip_serializing_if = "crate::serde::is_default")]
7072
pub timezone: Option<TimeZone>,

0 commit comments

Comments
 (0)