Differences From:
File
src/setup.c
part of check-in
[d23b8ba62b]
- Update SQLite to the latest in CVS (version 3.6.4+). Add a configuration
option to show all times in UTC instead of localtime.
by
drh on
2008-11-01 20:48:52.
[view]
To:
File
src/setup.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]
@@ -671,9 +671,9 @@
@ without block markup (paragraphs, tables, etc.)</p>
@ <hr>
onoff_attribute("Use Universal Coordinated Time (UTC)",
- "timeline-utc", "utc", 0);
+ "timeline-utc", "utc", 1);
@ <p>Show times as UTC (also sometimes called Greenwich Mean Time (GMT) or
@ Zulu) instead of in local time.</p>
@ <hr>