1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r11530: Add the "time offset" parameter back in for people who

might use it.
Jeremy.
(This used to be commit b745114423)
This commit is contained in:
Jeremy Allison 2005-11-06 01:55:09 +00:00 committed by Gerald (Jerry) Carter
parent 6d5757395a
commit 4787311083

View File

@ -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;
}
/*******************************************************************