* UPDATE YOUR LIBICAL FROM SVN NOW.
[citadel.git] / webcit / webserver.c
index 376ea44c5f841a41c5c4df3bdf899e822e27d614..5c107f3821094480ffe957903b40804e030eacf7 100644 (file)
@@ -891,6 +891,9 @@ int main(int argc, char **argv)
        /* Tell libical to return an error instead of aborting if it sees badly formed iCalendar data. */
        icalerror_errors_are_fatal = 0;
 
+       /* Use our own prefix on tzid's generated from system tzdata */
+       icaltimezone_set_tzid_prefix("/citadel.org/");
+
        /*
         * Set up a place to put thread-specific data.
         * We only need a single pointer per thread - it points to the