VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: Fenicexx on January 16, 2013, 10:38:26 AM

Title: virtuemart timezone difference
Post by: Fenicexx on January 16, 2013, 10:38:26 AM
I've installed virtuemart (v. 2.0.18) on a joomla 2.5.8. I've then setted the timezone to Rome in site-->global configuration-->server from the joomla control panel. I've then added some random products from the VirtueMart control panel. Here is the problem : if I check in the database (table: virtuemart_products column: created_on) the date-time reported is wrong (there is a difference of one hour between the instant in which I inserted the record and the date-time reported. For instance if I'll insert a new product @ 2013-01-14 16:04:51, the record will be filled with a value of 2013-01-14 15:04:51). It seems that VirtueMart is taking a different timezone when some modification on its database occurs. How can I fix this problem?
Title: Re: virtuemart timezone difference
Post by: Milbo on June 22, 2013, 10:38:30 AM
It is the opposite. It works as it should. It is storing the time in GMT zone. Rome is +1hour, so it stores it with -1 hour.