You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked other issues already, but found no answer/solution
I checked the documentation and wiki, but found no answer/solution
I am running the latest version and the issue still occurs
I am sure that this issue is about SteVe (and not about the charging station software or something unrelated to SteVe)
Specifications
SteVe Version : 3.6.0
Description
The date input in several forms for OCPP operations is not translated to the UTC in the payload. The OCPP server time stamping is already correctly using UTC.
The charging station expects date in UTC after translation of the input date from the CSMS timezone to the charging station timezone. The timezone information is not expected to be part of it.
SetChargingProfile, ReserveNow and UpdateFirmware operations are impacted. The later is not possible since the input check for date in the future if you're running the CSMS on a GMT+X timezone.
The text was updated successfully, but these errors were encountered:
so, you are running steve not in the default (i.e. UTC) but some other timezone?
The date inputs are always assuming the browser OS timezone while the server expects UTC dates. It can't work properly if the date inputs are not translated to UTC, which is not the case currently.
Either the date inputs are documented to input UTC date (few work), either they are translated to UTC given the browser timezone, CSMS OS timezone and charging station configured timezone (a lot of work).
Checklist
Specifications
Description
The date input in several forms for OCPP operations is not translated to the UTC in the payload. The OCPP server time stamping is already correctly using UTC.
The charging station expects date in UTC after translation of the input date from the CSMS timezone to the charging station timezone. The timezone information is not expected to be part of it.
SetChargingProfile
,ReserveNow
andUpdateFirmware
operations are impacted. The later is not possible since the input check for date in the future if you're running the CSMS on a GMT+X timezone.The text was updated successfully, but these errors were encountered: