PHP get timestamp for given date and timezone in shell

[user@there ~]$ php -r 'date_default_timezone_set("Europe/Helsinki"); $time = strtotime("16.03.2015"); echo $time."\n"; echo date("d-m-Y", $time);'