From e1a7a188f55826e3010f4d060398be72a3f64343 Mon Sep 17 00:00:00 2001 From: Lennart <18233294+lennart-k@users.noreply.github.com> Date: Tue, 29 Jul 2025 12:53:44 +0200 Subject: [PATCH] add comment about timezone --- crates/ical/src/timestamp.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/ical/src/timestamp.rs b/crates/ical/src/timestamp.rs index f3006ae..8b0d229 100644 --- a/crates/ical/src/timestamp.rs +++ b/crates/ical/src/timestamp.rs @@ -151,6 +151,7 @@ impl CalDateTime { } else { // No explicit timezone specified. // This is valid and will be localtime or UTC depending on the value + // We will stick to this default as documented in https://github.com/lennart-k/rustical/issues/102 None };