Change DatetimeInput to strictly use UTC timezone
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.