torrent add&update ignore tags and install&update add timezone

This commit is contained in:
xiaomlove
2022-03-09 21:42:37 +08:00
parent 90aacaa69a
commit 0683c2ae4e
5 changed files with 44 additions and 13 deletions

View File

@@ -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";
}
}
}