Aha! Finally found the culprit. Someone (possibly me) at
[citadel.git] / webcit / webserver.c
index 91dc4d12ee84bbf049598b6c7a81f57ae934b315..2bb9270301342da85503e90cfb927e040aa47c3b 100644 (file)
@@ -670,9 +670,6 @@ int main(int argc, char **argv)
 
        strcpy(uds_listen_path, "");
 
-       if (getenv("TZ") == NULL)
-               putenv("TZ=UTC");
-
        /* Parse command line */
 #ifdef HAVE_OPENSSL
        while ((a = getopt(argc, argv, "h:i:p:t:x:dD:cfs")) != EOF)