mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
torrent add&update ignore tags and install&update add timezone
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user