angulardart/angular_components

Setting date to epoch in TimePicker leads to incorrect timezoneoffset during summer time

ayushin opened this issue · 0 comments

The current behaviour results in "winter time" time zone also during the summer (as the epoch is 1st January) and this breaks the conversion between UTC and local time (toUtc() toLocal())

There is no real fix to this, but this should be clearly documented.