angulardart / angular_components

The official Material Design components for AngularDart. Used at Google in production apps.

Home Page:https://pub.dev/packages/angular_components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

ayushin opened this issue · 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.