I'm using php intl MessageFormatter for translation. In some phrases I'm using date formatting, for example: some text {0,date,dd.MM.yyyy HH:mm}
So, I can't understand, how set the default time zone for it. This ignores php.ini date.timezone and date_default_timezone_set... Thanks!