GabrielKatz

Results 2 issues of GabrielKatz

### Problem or feature description: If the step is below 1 and not a number that has an exact floating point representation eg. 0.5 or 0.25 (for example, 0.1), then...

My local timezone currently is serialized as ``` BEGIN:VTIMEZONE TZID:Europe/Zurich X-LIC-LOCATION:Europe/Zurich BEGIN:STANDARD DTSTART:20171029T030000 RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10 TZNAME:CET TZOFFSETFROM:+0200 TZOFFSETTO:+0100 END:STANDARD BEGIN:DAYLIGHT DTSTART:20180325T020000 RRULE:FREQ=YEARLY;BYDAY=4SU;BYMONTH=3 TZNAME:CEST TZOFFSETFROM:+0100 TZOFFSETTO:+0200 END:DAYLIGHT END:VTIMEZONE ``` However, it should...