Local time - timezone

Mitsos

No avatar

2006-03-06 02:52

How can ajust local time?

~lias

No avatar

2006-07-26 22:44

I have the same problem!
anybody can help please, how to adjust in the htmlmailorder page!

treewood (OpenSolution)

Avatar: treewood

2006-07-27 11:34

mitsos - edit files core/orders.php, core/orders-admin.php and find functions throwOrder() and listOrders(). Check for code:

$aList['sDate'] = date'Y-m-d H:i:s'$aList['iTime'] );


If You want to change time for 2 hours later then change to

$aList['sDate'] = date'Y-m-d H:i:s'$aList['iTime'] + ( 3600 ) );

~lias

No avatar

2006-07-27 13:07

Solved!
thank you very much treewood!

Back to top
about us | contact