* icaltime_from_webform() now populates struct icaltimetype directly instead of conve...
authorArt Cancro <ajc@citadel.org>
Mon, 5 Jan 2009 21:04:57 +0000 (21:04 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 5 Jan 2009 21:04:57 +0000 (21:04 +0000)
commit05c44eb3f726caa4b2bab912ebd92068d7bb6644
tree36d77708f6797227dbcda0470cd0529f59ae9515
parentce8498aa9741c1dba5661eb75d2a4060fb2101f8
* icaltime_from_webform() now populates struct icaltimetype directly instead of converting tm->time_t->icaltimetype.  This fixes an edge case where the user submits a date that falls during DST but the *current* date is not DST, or vice versa; the old code got it wrong in this case.
webcit/calendar_tools.c
webcit/preferences.c