arran4 / golang-ical

A ICS / ICal parser and serialiser for Golang.
Apache License 2.0
279 stars 72 forks source link

fix format when setting all day #69

Closed jackhopner closed 1 year ago

jackhopner commented 1 year ago

Using the implementation from https://github.com/arran4/golang-ical/pull/61 however removing the call to UTC(), time.Time already holds timezone information so users can set the location using In(tz) on the time.Time object itself.

arran4 commented 1 year ago

Did this resolve any existing issue?

jackhopner commented 1 year ago

@arran4 should resolve https://github.com/arran4/golang-ical/issues/55