Time input widget not updating

When i send new start/stop times to the Time input widget with:

Blynk.virtualWrite(V6, startAt, stopAt, tz, days);

my phone doesn’t update the widget hours, only the days of the week. If i open the widget i can see the start time and stop time that i send before with virtualWrite.

Are you using this example?? - https://github.com/blynkkk/blynk-library/blob/master/examples/Widgets/TimeInput/UpdateTimeInputState/UpdateTimeInputState.ino

What phone… Android or iOS?
What version Library?
What version App?
Cloud or Local Server?
What full code, if not the above example?

Details please.

A post was split to a new topic: Time Input only resets the values coming from device if I move the app to edit mode and run it again