blob: 38311959db7bc77cb49f4bde8f6641f55788bf4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
|
<!-- retain these comments for translator revision tracking -->
<!-- original version: 61447 -->
<!-- As tzsetup is invoked from inside clock-setup, this is not a
separate section -->
<para>
<!--
Depending on the location selected earlier in the installation process,
you may be shown a list of time zones relevant for that location.
If your location has only one time zone and you are doing a default
installation, you will not be asked anything and the system will assume
that time zone.
-->
In base alla nazione scelta all'inizio dell'installazione potrebbe
essere mostrato l'elenco dei soli fusi orari pertinenti a quella
nazione; se nella nazione è presente un solo fuso orario ed è in corso
un'installazione predefinita, non verrà chiesto nulla e il sistema
userà quel fuso orario.
</para><para>
<!--
In expert mode or when installing at medium priority, you will have the
additional option to select <quote>Coordinated Universal Time</quote> (UTC)
as time zone.
-->
Nella modalità esperto o quando l'installazione avviene a priorità
media, è possibile scegliere come fuso orario <quote>Tempo
coordinato universale</quote> (UTC).
</para><para>
<!--
If for some reason you wish to set a time zone for the installed system
that does <emphasis>not</emphasis> match the selected location, there are
two options.
-->
Se per qualsiasi motivo si vuole impostare un fuso orario che
<emphasis>non</emphasis> è legato alla nazione scelta, si hanno due
possibilità.
</para>
<orderedlist>
<listitem>
<para>
<!--
The simplest option is to just select a different time zone after the
installation has been completed and you've booted into the new system.
The command to do this is:
-->
Il modo più semplice è scegliere un fuso orario diverso una volta finita
l'installazione e avviato il nuovo sistema. Il comando da usare è:
<informalexample><screen>
# dpkg-reconfigure tzdata
</screen></informalexample>
</para>
</listitem><listitem>
<para>
<!--
Alternatively, the time zone can be set at the very start of the
installation by passing the parameter
<userinput>time/zone=<replaceable>value</replaceable></userinput>
when you boot the installation system. The value should of course be a
valid time zone, for example <userinput>Europe/London</userinput> or
<userinput>UTC</userinput>.
-->
In alternativa il fuso orario può essere impostato all'inizio
dell'installazione passando il parametro
<userinput>time/zone=<replaceable>valore</replaceable></userinput>
all'avvio del sistema d'installazione. Ovviamente il valore deve essere
un fuso orario valido, per esempio <userinput>Europe/Rome</userinput>
o <userinput>UTC</userinput>.
</para>
</listitem>
</orderedlist>
<para>
<!--
For automated installations the time zone can be set to any desired value
using preseeding.
-->
Nel caso di installazioni automatiche è possibile impostare qualsiasi
valore per il fuso orario tramite la preconfigurazione.
</para>
|