* When displaying calendar attachments embedded inside an email message, call ical_de...
authorArt Cancro <ajc@citadel.org>
Mon, 22 Dec 2008 22:14:57 +0000 (22:14 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 22 Dec 2008 22:14:57 +0000 (22:14 +0000)
commit8a4a8eab545839c18cb8ad44f3510f9e51062acb
tree664742f0cc2c3d0134bc37e1682de4509f2b0795
parent345e2ecf8e9a0511b335595c73342002b054ddb1
* When displaying calendar attachments embedded inside an email message, call ical_dezonify() to convert all timestamps to UTC.  It's safe to do this because we're only effecting that single display instance -- when we act on that object, the server will be working with its own copy.
webcit/calendar.c