$ php -r 'date_default_timezone_set("Etc/UTC"); $x = new IntlDateFormatter("en_GB", 0, 0); $x->setPattern("yyyy"); echo $x->format(time());'