diff options
Diffstat (limited to 'source/lib')
-rw-r--r-- | source/lib/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/time.c b/source/lib/time.c index 2bc4d47143a..989589121b9 100644 --- a/source/lib/time.c +++ b/source/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; } /******************************************************************* |