Date control off by one day

Hi, I have a datepicker view configured as:

{
view: “datepicker”,
label: “Data dal:”,
name: “psch_from”,
format: “%d/%m/%Y”,
labelWidth: 150
}

Why this setting returns one day less than the day I select from the popup calendar?

The same scenario works correctly for me

http://webix.com/snippet/f2c7ac5e

Does issue occur for you in the above snippet?