kendo ui - DateTimePicker: disable time zone conversion -


i using kendo ui datetimepicker , faced binding issue. getting data json creating new js date based on json value , bind it. actual result date converted local timezone. can disable conversion local timezone?

the datetimepicker not perform conversion. expect date not have time zone specificator , when creating new js date value considered utc , converted local. solve problem can bind date json without creating new js date.


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -