Open lidavidm opened 7 years ago
Uh, sure, is there already a module for this?
This was handled by #17. However, it seems the date format is wrong: it hardcodes UTC, but I've actually specified dates in EST (UTC-5).
I wasn't able to find a way to print the timezone out in the proper way, but I thought I noticed that the dates were coming out in UTC regardless of what timezone you put in. This is not the case:
DTSTART:20170227T180000Z
DTEND:20170227T190000Z
should be 18:00 in EST.
We'll probably have to write a liquid thing to deal with it.
Do you mind if I bang this one out?