billabong0202 Posted February 22, 2008 Share Posted February 22, 2008 How do I, using date_default_timezone_set() function, get the Eastern Standard time? Link to comment https://forums.phpfreaks.com/topic/92512-timezone-problem/ Share on other sites More sharing options...
BlueSkyIS Posted February 22, 2008 Share Posted February 22, 2008 i assume you mean set to the eastern timezone? if (!date_default_timezone_set('America/New_York')) { die("date_default_timezone_set failed."); } Link to comment https://forums.phpfreaks.com/topic/92512-timezone-problem/#findComment-474051 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.