emfcamp / Schedule

Website to present the schedule during EMF and provide notifications
0 stars 3 forks source link

iCal being sent as Zulu time when it should be 0100 #12

Open yamatt opened 10 years ago

yamatt commented 10 years ago

Timezone incorrect in iCal. Being sent as Zulu time e.g.:

DTEND;VALUE=DATE-TIME:20140831T224500Z
DTSTART;VALUE=DATE-TIME:20140831T220000Z
DTSTAMP;VALUE=DATE-TIME:20140824T232715Z
UID:wKQQ1GJIHq0cSaa-7eNS9g@frab.emfcamp.org
DESCRIPTION:A performance and talk about the chiptune music I create on m
y Game Boy\, along with specially written visuals to go along with the s
et.
URL:https://frab.emfcamp.org/en/EMF2014/public/events/61
SUMMARY:2xAA plays his Game Boy

Is at 2200Z when it is actually 2100Z or 0100.

JasperWallace commented 10 years ago

what is the ical url so i can test this?

JasperWallace commented 10 years ago

https://frab.emfcamp.org/en/EMF2014/public/schedule.ics

JasperWallace commented 10 years ago

I've changed /opt/frab/config/application.rb :

config.time_zone = 'London'

and restarted apache, but don't see any difference.

wild guess that may be wrong:

It's possible all the data in the database is in the wrong time zone and it will all need changing.

I don't know much rails or ruby etc, so punting on this one.