News:

AbanteCart v1.4.2 is released.

Main Menu
support

Server Time Zone

Started by trundle, November 13, 2020, 06:06:07 PM

Previous topic - Next topic

trundle

How do I change the server time zone?

abantecart

You have 2 options below. I suggest option #1 as you want to minimize core code changes.

1. change on the php.ini side in your server:
https://www.inmotionhosting.com/support/website/setting-the-timezone-for-php-in-the-phpini-file/


2. Add line of code in the beginning of core/init.php file with something like this:
date_default_timezone_set('America/Los_Angeles');

https://github.com/abantecart/abantecart-src/blob/master/public_html/core/init.php

More about this solution:
https://www.php.net/manual/en/function.date-default-timezone-get.php

Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

trundle

I found the file in the XAMPP - Apache Config - php.ini and that's where I made the change.

Thank you pointing me in the right direction!

Forum Rules Code of conduct
AbanteCart.com 2010 -