You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm.. that's odd. The iCalendar output always uses UTC date-times so I would expect to see the DTSTART and DTEND values have a Z specifier on the end to reflect this. The Z is actually hard-coded.
The calendar script doesn't have its own time zone setting yet, unfortunately. It uses the default time zone specified in your php.ini file and assumes all times are local time. iCalendar requires times to be defined unambiguously so they are output as UTC.
Hallo,
I generate an ics from a json.
The json input is eg:
the output from phpcalfeedconvert is
The timezone seems off. How can I adjust for that?
The text was updated successfully, but these errors were encountered: