random1 Posted November 24, 2008 Share Posted November 24, 2008 Hey All, How can you import the timezones, their offsets and daylight savings info from the PHP timezone database? http://au2.php.net/manual/en/timezones.php Link to comment https://forums.phpfreaks.com/topic/133987-importing-php-timezone-database-into-mysql/ Share on other sites More sharing options...
Adam Posted November 24, 2008 Share Posted November 24, 2008 Is your web server running Windows or Linux OS? Link to comment https://forums.phpfreaks.com/topic/133987-importing-php-timezone-database-into-mysql/#findComment-697485 Share on other sites More sharing options...
random1 Posted November 24, 2008 Author Share Posted November 24, 2008 I'm using a Windows server. Link to comment https://forums.phpfreaks.com/topic/133987-importing-php-timezone-database-into-mysql/#findComment-698109 Share on other sites More sharing options...
PFMaBiSmAd Posted November 24, 2008 Share Posted November 24, 2008 Mysql has its own database of time zone information - http://dev.mysql.com/doc/refman/5.0/en/time-zone-support.html http://dev.mysql.com/downloads/timezones.html Link to comment https://forums.phpfreaks.com/topic/133987-importing-php-timezone-database-into-mysql/#findComment-698149 Share on other sites More sharing options...
random1 Posted November 24, 2008 Author Share Posted November 24, 2008 I found what was needed at: http://www.polkovnik.be/2008/03/19/time-zone-dropdown/ I'll create my code from this. Thanks for your help. Link to comment https://forums.phpfreaks.com/topic/133987-importing-php-timezone-database-into-mysql/#findComment-698195 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.