Bickey Posted January 25, 2011 Share Posted January 25, 2011 How can I echo this as seconds? $date_at_timezone = new DateTimeZone('Asia/Shanghai'); $date = new DateTime(); $date->setTimezone($date_at_timezone); echo $date->format('l dS F Y h:i:s A') . "Asia/Shanghai<br>"; Link to comment https://forums.phpfreaks.com/topic/225595-how-to-convert/ Share on other sites More sharing options...
requinix Posted January 25, 2011 Share Posted January 25, 2011 Which "seconds"? Seconds since the epoch? Link to comment https://forums.phpfreaks.com/topic/225595-how-to-convert/#findComment-1164861 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.