3v4l.org

run code in 500+ PHP versions simultaneously
<?php $list = timezone_identifiers_list(); $localized = array_map(function($tz) { $fmt = new IntlDateFormatter( "ru_RU" ,IntlDateFormatter::FULL, IntlDateFormatter::FULL, $tz, IntlDateFormatter::GREGORIAN, "MM/dd/yyyy e"); return $fmt->format(0); }, $list); var_dump($localized);

preferences:
136.11 ms | 4067 KiB | 5 Q