summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/lib/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/time.c b/source3/lib/time.c
index 2bc4d47143..989589121b 100644
--- a/source3/lib/time.c
+++ b/source3/lib/time.c
@@ -104,7 +104,7 @@ int get_time_zone(time_t t)
if (!tm) {
return 0;
}
- return tm_diff(&tm_utc,tm);
+ return tm_diff(&tm_utc,tm) + 60*extra_time_offset;
}
/*******************************************************************