Procedure renewables-fast. Incorrect periods time display.
STR: Pass correct auctionPeriod.startDate to create procedure.
{ "procurementMethod": "renewables-fast", "auctionPeriod": { "startDate": "2019-11-27T16:43:00.000" }, ...
Procedure created with following periods:
"rectificationPeriod": { "startDate": "2019-11-27T14:38:40.633000Z", "endDate": "2019-11-27T14:40:40.633000Z" }, "enquiryPeriod": { "startDate": "2019-11-27T14:38:40.633000Z", "endDate": "2019-11-27T14:42:00.000000Z" }, "tenderPeriod": { "startDate": "2019-11-27T14:40:40.633000Z", "endDate": "2019-11-27T14:42:00.000000Z" }, "auctionPeriod": { "startDate": "2019-11-27T16:43:00.000000Z" }, "questionPeriod": { "startDate": "2019-11-27T14:38:40.633000Z", "endDate": "2019-11-27T14:41:00.000000Z" }, "status": "active_rectification",
auctionPeriod.startDate - correctly, other periods, displayed with shift of 2 hours, and looks like UTC time. (local time is: UTC+2).
Meanwhile, status and periods switch, happens as planned: procedure active.rectification status switch to active.tendering on 16:40:40(local time), and questions period ends on 16:41:00 (local time).
Correct behavior:
All displayed periods should share one common timezone.
Also consider to explicitly always display timezone, as "2019-11-27T16:43:00.000000Z" or timezone unaware timestamps might be considered as UTC by default.