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
Why is this function missing? The other from* methods have their static factory method in place, like ICAL.Time.fromData, fromDateString, ... But fromUnixTime is defined only at ICAL.Time instance.
I have found nothing about this in the documentation nor the issues.
My current implementation is the following, but I don't think it has a good performance with that repeated Time object initializations. What is the correct way to do this? I also need to make the time zone floating.
Why is this function missing? The other
from*
methods have their static factory method in place, likeICAL.Time.fromData
,fromDateString
, ... ButfromUnixTime
is defined only atICAL.Time
instance.I have found nothing about this in the documentation nor the issues.
My current implementation is the following, but I don't think it has a good performance with that repeated Time object initializations. What is the correct way to do this? I also need to make the time zone floating.
The text was updated successfully, but these errors were encountered: