Fixed typo (serves => servers)
This commit is contained in:
parent
04b48ae12b
commit
a3e9529c02
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ By default Doctrine assumes that you are working with a default timezone. Each D
|
||||||
is created by Doctrine will be assigned the timezone that is currently the default, either through
|
is created by Doctrine will be assigned the timezone that is currently the default, either through
|
||||||
the ``date.timezone`` ini setting or by calling ``date_default_timezone_set()``.
|
the ``date.timezone`` ini setting or by calling ``date_default_timezone_set()``.
|
||||||
|
|
||||||
This is very important to handle correctly if your application runs on different serves or is moved from one to another server
|
This is very important to handle correctly if your application runs on different servers or is moved from one to another server
|
||||||
(with different timezone settings). You have to make sure that the timezone is the correct one
|
(with different timezone settings). You have to make sure that the timezone is the correct one
|
||||||
on all this systems.
|
on all this systems.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue