Hi all
I know this thread is abit old but my host is based in the states and I'm in the uk.
Put this code in the .htaccess in the root of your site.
SetEnv TZ Europe/London
Works for me. Hope it helps.
Rgds
Badger
this mod is so useful, i wonder if i could also set the time of reviews to my local time just as what it does to create_account and customer_order ?
i use zencart 1.38a, do i need to update time zone offset mod to the newest version published on may 2nd 2010 ?
The basic process is here
http://www.zen-cart.com/forum/showpo...&postcount=111
Just find the relevent files that apply to your situation to alter
thanks
then what do i set the customer reviews time to my local time?
i didn't notice your first response to my questions
i check that post then, i find totally 2 now() concerning reviews
/admin/reviews.php
Line #30 : last_modified = now() where reviews_id = '" . (int)$reviews_id . "'");
/includes/modules/pages/product_reviews_write/header_php.php
VALUES (roductsID, :customersID, :customersName, :rating, now(), " . $review_status . ")";
i should modify these 2 now() above? or any other files i need to modify?
i modified those 2 files, it works![]()