How do I get a DateTimePicker to work in UTC.
There are workarounds: a) Modifying the DateTime externally so that looks correct when rendered b) Intercept the NOW and TODAY buttons so that appear to be working in UTC
However there are still problems as you state: * Note that not all UTC dates are representable as local dates due to * missing/ambigous hours during DST changes.
The only real and reliable solution is for Kendo to support UTC. |