Saving events from a web form now uses icaltime_from_timet_with_zone().
authorArt Cancro <ajc@citadel.org>
Thu, 20 Nov 2008 22:33:24 +0000 (22:33 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 20 Nov 2008 22:33:24 +0000 (22:33 +0000)
commitd80bc917c0df90ab7e5698ff6926febbb9d9b8a8
tree42eca6fdb2890c246cdc33334300f7617b3c0430
parent64c5deb3abadc256b390413fe34a1cd9d5b4046d
Saving events from a web form now uses icaltime_from_timet_with_zone().
This did not have the effect that I thought it would.  It's converting to UTC, which results in the correct time being used, but I wanted the timezone to be attached as a parameter so a reader would convert
it on the fly.
webcit/calendar_tools.c
webcit/event.c