Skip to content

Change DatetimeInput to strictly use UTC timezone

Sandro Lutz requested to merge feature/utctimezone into master

We had the problem that there was some timezone calculations performed from the initial value given as UTC to the local device timezone. This MR fixes this issue with forcing to insert the UTC datetime into the datetime input field.

Merge request reports