OpenEnergyPlatform / oeplatform

Repository for the code of the Open Energy Platform (OEP) website. The OEP provides an interface to the Open Energy Family
http://openenergyplatform.org/
GNU Affero General Public License v3.0
61 stars 19 forks source link

Scenario Bundles: Publication date gives day -1 #1412

Closed han-f closed 11 months ago

han-f commented 11 months ago

When I add a publication date e.g. as 2019-05-15 it provides as output 2019-05-14, tried it with a few times, seems a consistent issue.

han-f commented 11 months ago

may this be a problem that there is a date time field in the backend which does not fit with the time zone and thus it slips one day?

adelmemariani commented 11 months ago

may this be a problem that there is a date time field in the backend which does not fit with the time zone and thus it slips one day?

Yes, the main cause seems to be the time zone as explained here. I will fix this issue in the next hotfix release.

jh-RLI commented 11 months ago

Was working for developers, please confirm and reopen if bug persists.