blob: e466267b11dae00638833d76ae63ad5e4299cce0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<samba:parameter name="time offset"
context="G"
type="integer"
advanced="1" developer="1"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This deprecated parameter is a setting in minutes to add
to the normal GMT to local time conversion. This is useful if
you are serving a lot of PCs that have incorrect daylight
saving time handling.</para>
<note><para>This option is deprecated, and will be removed in the next major release</para></note>
</description>
<value type="default">0</value>
<value type="example">60</value>
</samba:parameter>
|