Skip to content

Fix storing of times with UTC offsets

Volker Krause requested to merge work/fix-serialize-utc-offset-times into master

670ebe21 constrained storing timezone information to times with an explicit time zone, treating times with an UTC offset set as if they would be local. Using the more detailed UTC check from writeICalDateTime instead fixes this.

Merge request reports