beachcomber1999 Posted January 25, 2007 Share Posted January 25, 2007 Can anyone please advise how to change the local time from american to NZ. My host server is in America but our website is based in NZ. Any help appreciated. Link to comment Share on other sites More sharing options...
aegrnberg Posted January 25, 2007 Share Posted January 25, 2007 Can anyone please advise how to change the local time from american to NZ. My host server is in America but our website is based in NZ. Any help appreciated. Use this mod: Time Zone Offset - Adjust to match your location http://www.oscommerce.com/community/contributions,4156 Then instead of this that is in the mod in both english.php files: putenv("TZ=Asia/Bangkok"); Use one of these depending on where you are in NZ: putenv("TZ=Pacific/Auckland"); putenv("TZ=Pacific/Chatham"); Time zone converter website is here: http://www.timezoneconverter.com/ Link to comment Share on other sites More sharing options...
WayneD Posted July 9, 2011 Share Posted July 9, 2011 Use this mod: Time Zone Offset - Adjust to match your location http://www.oscommerce.com/community/contributions,4156 Then instead of this that is in the mod in both english.php files: putenv("TZ=Asia/Bangkok"); Use one of these depending on where you are in NZ: putenv("TZ=Pacific/Auckland"); putenv("TZ=Pacific/Chatham"); Time zone converter website is here: http://www.timezoneconverter.com/ [/q Where do I find the "includes/functions/database.php" Is it in Tools / Define Languages or somewhere else????? I need to change the time zone to New Zealand... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.