How can I convert 2012-01-18T11:45:00+01:00 (ISO 8601) to 1326883500 (unixtimestamp) in PHP?
2012-01-18T11:45:00+01:00
1326883500
echo date("U",strtotime('2012-01-18T11:45:00+01:00'));
1.4m articles
1.4m replys
5 comments
57.0k users