summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorДилян Палаузов <git-dpa@aegee.org>2021-11-08 15:39:39 +0200
committerAllen Winter <allen.winter@kdab.com>2021-11-20 11:46:40 -0500
commitc3cc9eef001090e4d82a234d4c989c907622b870 (patch)
tree053dba9a7d8bc32bf7781fe8aa8789609573a17a
parent76ce25962ba1b4efbc06c88841dd53c8b8085428 (diff)
downloadlibical-git-c3cc9eef001090e4d82a234d4c989c907622b870.tar.gz
icalcomponent_get_duration() clarification in comment
-rw-r--r--src/libical/icalcomponent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libical/icalcomponent.c b/src/libical/icalcomponent.c
index dd370caa..80d6703d 100644
--- a/src/libical/icalcomponent.c
+++ b/src/libical/icalcomponent.c
@@ -1437,7 +1437,7 @@ struct icaldurationtype icalcomponent_get_duration(icalcomponent *comp)
/**
* FIXME
* We assume DTSTART and DTEND are not in different time zones.
- * Does the standard actually guarantee this?
+ * The standard actually allows different time zones.
*/
struct icaltimetype start = icalcomponent_get_dtstart(inner);
struct icaltimetype end = icalcomponent_get_dtend(inner);