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:
parent
6d5757395a
commit
4787311083
@ -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;
|
||||
}
|
||||
|
||||
/*******************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user