summaryrefslogtreecommitdiffhomepage
path: root/test/php/date_time/index.php
blob: 4e06fdf9c5da01e035e8ffc7f1adab68986762ff (plain) (blame)
1
2
3
4
<?php
$d = new DateTime('2011-01-01T15:03:01.012345Z');
echo $d->format('u');
?>