Midnite Posted June 16, 2006 Share Posted June 16, 2006 If there a way to chage the time from one timezone to another ??? could someone please post a script that would do this ... I can get a variable for the time but do not understand how to convert it to eastern time ... ??? I think my server is in Europe so the time is WAY OFF !!! any help PLEASE Thanks;Midnite Link to comment https://forums.phpfreaks.com/topic/12131-one-other-php-help-if-i-may/ Share on other sites More sharing options...
d_barszczak Posted June 16, 2006 Share Posted June 16, 2006 [!--quoteo(post=384474:date=Jun 16 2006, 08:32 AM:name=Midnite)--][div class=\'quotetop\']QUOTE(Midnite @ Jun 16 2006, 08:32 AM) [snapback]384474[/snapback][/div][div class=\'quotemain\'][!--quotec--]If there a way to chage the time from one timezone to another ??? could someone please post a script that would do this ... I can get a variable for the time but do not understand how to convert it to eastern time ... ??? I think my server is in Europe so the time is WAY OFF !!! any help PLEASE Thanks;Midnite[/quote]Just had a look on php.net and it seems it was only introduced in php 5 which is fine if this is what your running.date_default_timezone_set ( string timezone_identifier )A list of TimeZones can be found here: [a href=\"http://uk2.php.net/manual/en/timezones.php\" target=\"_blank\"]http://uk2.php.net/manual/en/timezones.php[/a] Link to comment https://forums.phpfreaks.com/topic/12131-one-other-php-help-if-i-may/#findComment-46196 Share on other sites More sharing options...
Midnite Posted June 17, 2006 Author Share Posted June 17, 2006 Yeah but how would I apply this to a php script I have NO direct access to the PHP on the machine ...Thanks;Chad Link to comment https://forums.phpfreaks.com/topic/12131-one-other-php-help-if-i-may/#findComment-46579 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.