Diff
Not logged in

Differences From:

File src/main.c part of check-in [d5cd3251fa] - Change a couple of instances of "file" to the more correct "artifact". Make it clear that the build time is expressed in UTC. by drh on 2008-10-31 13:36:33. [view]

To:

File src/main.c part of check-in [0b36f02f15] - Make UTC time display the default. You can still set up a server to show localtime but that requires changing a setting under setup/timeline. by drh on 2008-11-01 20:56:59. [view]

@@ -77,8 +77,9 @@
   Th_Interp *interp;      /* The TH1 interpreter */
   FILE *httpIn;           /* Accept HTTP input from here */
   FILE *httpOut;          /* Send HTTP output here */
   int xlinkClusterOnly;   /* Set when cloning.  Only process clusters */
+  int fTimeFormat;        /* 1 for UTC.  2 for localtime.  0 not yet selected */
 
   int *aCommitFile;       /* Array of files to be committed */
 
   int urlIsFile;          /* True if a "file:" url */