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
asNumber should always return UTC seconds since 1970
Io> d := Date clone now
==> 2009-10-24 22:54:07 PDT
Io> d asNumber
==> 1256450047.2950639724731445
Io> d convertToUTC asNumber
==> 1256475247.2950630187988281
The text was updated successfully, but these errors were encountered:
asNumber should always return UTC seconds since 1970
The text was updated successfully, but these errors were encountered: