add comment about timezone

This commit is contained in:
Lennart
2025-07-29 12:53:44 +02:00
parent a42004501b
commit e1a7a188f5

View File

@@ -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
};