beachcomber1999 Posted January 25, 2007 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.
aegrnberg Posted January 25, 2007 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/
WayneD Posted July 9, 2011 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...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.