Hi,
In Joomla 3 ; when we display a date, we directly call the Joomla JHTML date.
So it means that it is Joomla which display the date based on the given timestamp.
For the save, the calendar is the official Joomla calendar and we convert the date into a timestamp.
During this conversion (the function hikashop_getTime), the Joomla configuration is read in order to get the time offset.
So you might have one hour of difference between your Joomla time offset configuration and the PHP time offset (given by " date('Z') " ).
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.