'; print_r([ 'now()' => now(), "now('Australia/Victoria')" => now('Australia/Victoria'), "timezone_select()" => timezone_select(), "timezone_select('custom-select', 'America/New_York')" => timezone_select('custom-select', 'Asia/Seoul'), ]); } }