TimeZone information are more clear.
This commit is contained in:
parent
e65cf96e66
commit
f511a0c568
@ -61,10 +61,10 @@ print "<tr ".$bc[$var]."><td width=\"300\">".$langs->trans("LanguageParameter","
|
||||
$var=!$var;
|
||||
print "<tr ".$bc[$var]."><td width=\"300\">".$langs->trans("LanguageParameter","PHP LC_MONETARY")."</td><td>".setlocale(LC_MONETARY,0)."</td></tr>\n";
|
||||
$var=!$var;
|
||||
print "<tr ".$bc[$var]."><td width=\"300\">".$langs->trans("PHPTZ")." (date.timezone)</td><td>".ini_get("date.timezone")."</td></tr>\n"; // date.timezone must be in valued defined in http://fr3.php.net/manual/en/timezones.europe.php
|
||||
$var=!$var;
|
||||
print "<tr ".$bc[$var]."><td width=\"300\">".$langs->trans("ServerTZ")." (TZ)</td><td>".$_ENV["TZ"]."</td></tr>\n";
|
||||
$var=!$var;
|
||||
print "<tr ".$bc[$var]."><td width=\"300\">".$langs->trans("PHPTZ")." (date.timezone)</td><td>".ini_get("date.timezone")."</td></tr>\n"; // date.timezone must be in valued defined in http://fr3.php.net/manual/en/timezones.europe.php
|
||||
$var=!$var;
|
||||
print "<tr ".$bc[$var]."><td width=\"300\">".$langs->trans("PHPServerOffsetWithGreenwich")."</td><td>".(- dolibarr_mktime(0,0,0,1,1,1970))."</td></tr>\n";
|
||||
$var=!$var;
|
||||
print "<tr ".$bc[$var]."><td width=\"300\">".$langs->trans("CurrentHour")."</td><td>".dolibarr_print_date(time(),'dayhour')."</td></tr>\n";
|
||||
|
||||
@ -71,9 +71,9 @@ LanguageBrowserParameter=Parameter %s
|
||||
LocalisationDolibarrParameters=Localisation parameters
|
||||
CurrentDolibarrLanguage=Dolibarr current language
|
||||
DolibarrTZ=Time Zone
|
||||
ServerTZ=Server Time Zone
|
||||
PHPTZ=PHP Time Zone
|
||||
PHPServerOffsetWithGreenwich=Server PHP Offset width Greenwich (secondes)
|
||||
ServerTZ=Time Zone Server
|
||||
PHPTZ=Time Zone PHP
|
||||
PHPServerOffsetWithGreenwich=Offset for PHP server width Greenwich (secondes)
|
||||
CurrentHour=Current hour
|
||||
OSEnv=OS Environment
|
||||
Box=Box
|
||||
|
||||
@ -71,9 +71,9 @@ LanguageBrowserParameter=Variable %s
|
||||
LocalisationDolibarrParameters=Paramètres de localisation
|
||||
CurrentDolibarrLanguage=Langue Dolibarr courante
|
||||
DolibarrTZ=Time Zone
|
||||
ServerTZ=Serveur Time Zone
|
||||
PHPTZ=PHP Time Zone
|
||||
PHPServerOffsetWithGreenwich=Serveur PHP offset avec Greenwich (secondes)
|
||||
ServerTZ=Time Zone Serveur
|
||||
PHPTZ=Time Zone PHP
|
||||
PHPServerOffsetWithGreenwich=Offset serveur PHP avec Greenwich (secondes)
|
||||
CurrentHour=Heure courante
|
||||
OSEnv=Environnement OS
|
||||
Box=Boîte
|
||||
|
||||
Loading…
Reference in New Issue
Block a user