You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2018. It is now read-only.
Should inherit from native Date prototype ideally so that libraries that check for object type of Date are satisfied (looking at you jquery UI calendar).
Should probably encapsulate a TimeZoneTime but implement the setX functionality in such a way that the underlyingTimeZoneTime is recreated. This will keep our TimeZoneTime safe as an immutable object like I prefer and move the set functions into a higher level of abstraction (see issue #20 for discussion).
Should inherit from native
Dateprototype ideally so that libraries that check for object type ofDateare satisfied (looking at you jquery UI calendar).Should probably encapsulate a
TimeZoneTimebut implement thesetXfunctionality in such a way that the underlyingTimeZoneTimeis recreated. This will keep ourTimeZoneTimesafe as an immutable object like I prefer and move the set functions into a higher level of abstraction (see issue #20 for discussion).