The time stamp on the orders will be whatever time was on the server's clock when the order was placed. There is no way to change this that I know of. I'll add it to the wish list.
I checked with our web host who confirmed our servers are in California which means the time stamp on orders should be PST. We are in Chicago and the time stamps are plus 5 hours (CST) making them GMT. Any thoughts.
In XML documents used for eCommerce (e.g. orders) it is conventional to use local datetime plus an offset to GMT. The receiving software should then sort out how it wants to handle datetime.
This doesn't in anyway solve the original question but it might be an idea for Actinic to incorporate into a future release.
I'm afraid I should correct Chris here. All server side times are converted to GMT by the scripts. It is done in sub GetActinicDate of ACTINIC.pm. If you want to change (in a plain text editor of course) this to use the server locale rather than GMT then you may want to change the line
Comment