tristanpriem / qcal

Automatically exported from code.google.com/p/qcal
0 stars 0 forks source link

Timezone issues #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Although I have created the qCal_Timezone class, I have not completed
everything that needs to be done for timezones to function properly in
qCal. Right now, the qCal base object is pretty ignorant of timezones.
Timezones within qCal_Component objects must be defined somewhere in the
component. If they are not defined, an exception should be thrown when the
object is rendered or when a validate() method is called. Also, the
iCalendar spec defines something called a "floating time", which makes a
time belong to all timezones and no timezones at the same time. If a
floating time is 4:00, it is 4:00 no matter what timezone it's in. I need
to support this. There are a number of other timezone-related issues I need
to figure out as well. 

Original issue reported on code.google.com by Luke.Vis...@gmail.com on 7 Feb 2010 at 6:16

GoogleCodeExporter commented 9 years ago

Original comment by Luke.Vis...@gmail.com on 7 Feb 2010 at 6:17