diff --git a/_db/README-EN.md b/_db/README-EN.md
index 7cccdd1c..9114703c 100644
--- a/_db/README-EN.md
+++ b/_db/README-EN.md
@@ -1 +1 @@
-From v1.6 onwards there is no need to create tables, it is created automatically by the migration file during installation. This directory file is reserved only for.
+**From v1.6 onwards there is no need to create tables, it is created automatically by the migration file during installation. This directory file is reserved only for.**
diff --git a/app/Console/Commands/Test.php b/app/Console/Commands/Test.php
index 1431e548..766d5ecd 100644
--- a/app/Console/Commands/Test.php
+++ b/app/Console/Commands/Test.php
@@ -62,8 +62,11 @@ class Test extends Command
*/
public function handle()
{
- $r = urldecode('%E8%8E%B7%E5%8F%96%E7%A8%8B%E5%BA%8F');
- echo $r;
+ $tzlist = \DateTimeZone::listIdentifiers(\DateTimeZone::ALL);
+ foreach($tzlist as $value)
+ {
+ echo $value ."\n";
+ }
}
}
diff --git a/nexus/Install/Install.php b/nexus/Install/Install.php
index 95580b5d..cabfedc4 100644
--- a/nexus/Install/Install.php
+++ b/nexus/Install/Install.php
@@ -21,7 +21,7 @@ class Install
'searchbox', 'secondicons', 'sources', 'standards', 'stylesheets', 'sysoppanel', 'teams', 'torrents_state', 'uploadspeed',
];
- protected $envNames = ['DB_HOST', 'DB_PORT', 'DB_USERNAME', 'DB_PASSWORD', 'DB_DATABASE', 'REDIS_HOST', 'REDIS_PORT', 'REDIS_DB'];
+ protected $envNames = ['TIMEZONE', 'DB_HOST', 'DB_PORT', 'DB_USERNAME', 'DB_PASSWORD', 'DB_DATABASE', 'REDIS_HOST', 'REDIS_PORT', 'REDIS_DB'];
public function __construct()
{
@@ -310,10 +310,24 @@ class Install
foreach ($formControls as $value) {
$form .= '