CRE Loaded Community

Banner

Directory

Configuration Server Time Updated Fix

Votes
2
Visited
0
In your store's admin>configuration>mystore>server time, your able to update the server time offset.

  We have discovered an issue with time zones that also have 1/2 hour settings, to fix this open both application_top.php files

  admin/includes/application_top.php
 /includes/application_top.php  

Find:
  $mins = (abs($timeOffset) - abs($hours * 3600);

 replace with:

 $mins = floor((abs($timeOffset) - abs($hours * 3600)) / 60);
Reviews (1)
I updated from standard version to B2B 6.4.a & were having timze zone setting error, which is removed by these easy changes. thanks

© CRE Loaded is a product of Chain Reaction Ecommerce, Inc. Usage & Privacy Policy