We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2abea9 commit 72dcf12Copy full SHA for 72dcf12
lib/vector-core/src/config/global_options.rs
@@ -65,6 +65,8 @@ pub struct GlobalOptions {
65
/// The time zone name may be any name in the [TZ database][tzdb] or `local` to indicate system
66
/// local time.
67
///
68
+ /// Note that in Vector/VRL all timestamps are represented in UTC.
69
+ ///
70
/// [tzdb]: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
71
#[serde(default, skip_serializing_if = "crate::serde::is_default")]
72
pub timezone: Option<TimeZone>,
0 commit comments