summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/time.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/time.c b/src/core/time.c
index 29a924ebe..c353ac5bd 100644
--- a/src/core/time.c
+++ b/src/core/time.c
@@ -43,6 +43,9 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
* 400.
*/
+/** Current system clock offset */
+signed long time_offset;
+
/** Days of week (for debugging) */
static const char *weekdays[] = {
"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"