Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

@setlocale(LC_TIME, en_US.ISO_8859-1')


beachcomber1999

Recommended Posts

Posted
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/

  • 4 years later...
Posted

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...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...