显示下拉菜单

Test of gmstrftime() 本页面仅提供英文版本。

Example #1 : test failed
Example #1
$input = [
  
'time' => '12/31/1998 00:00:20',
  
=> '%b %d %Y %H:%M:%S',
  
=> '$timestamp',
]
$expected_output = [
  
'result' => [
    
'string' => 'Dec 31 1998 00:00:20',
  ],
  
'php_version' => '5.6.8 WINNT i586',
]
$test_output = [
  
'result' => [
    
'string' => 'Dec 30 1998 23:00:20',
  ],
  
'php_version' => '7.1.33 Linux x86_64',
]