renewables-fast. Backend service missunderstands timezone format, on procedure creation.
If we pass tz_aware timestamp:
{ "procurementMethod": "renewables-fast", "auctionPeriod": { "startDate": "2019-11-28T18:20:16.451433+02:00" },
Service returns periods in UTC format, but suppose to display them in local Kiev time.
"rectificationPeriod": { "startDate": "2019-11-27T16:14:57.657000Z", "endDate": "2019-11-27T16:16:57.657000Z" }, "enquiryPeriod": { "startDate": "2019-11-27T16:14:57.657000Z", "endDate": "2019-11-28T14:19:16.451000Z" }, "tenderPeriod": { "startDate": "2019-11-27T16:16:57.657000Z", "endDate": "2019-11-28T14:19:16.451000Z" }, "auctionPeriod": { "startDate": "2019-11-28T16:20:16.451000Z" }, "questionPeriod": { "startDate": "2019-11-27T16:14:57.657000Z", "endDate": "2019-11-28T14:18:16.451000Z" }, "status": "active_rectification",
Possibly related to https://gitlab.raccoongang.com/aliens/prozorro.sale/procedure/issues/143.