Aktionen
GX-Bug #70290
geschlossenDas Datum für Bestellstatusänderungen sollte einheitlich vom PHP-Server gesetzt werden | The date for order status changes should be set uniformly by the PHP server
Status:
Erledigt
Priorität:
Normal
Zugewiesen an:
Alexandre Ataides
Kategorie:
Core
Zielversion:
% erledigt:
0%
Geschätzter Aufwand:
Steps to reproduce:
Betroffene Versionen:
4.7.2.2
Release Notes Langtext:
Das Datum von Bestellstatusänderungen wird nun einheitlich vom PHP-Server bestimmt
Beschreibung
For some web hosters the PHP timezone differs from the MySQL timezone. The shop sets the date_added
date in the orders_status_history table sometimes on the PHP side and sometimes on the SQL side, which then leads to incorrect time information and thus also incorrectly displayed sequences of status changes. Therefore the date should always be set on the PHP side.
Aktionen