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
now should return the second + fractional seconds since epoch, currently I just get Instant.new( ) time should return only the seconds as an Int, currently I get a Num (seconds and fractionals).
The text was updated successfully, but these errors were encountered:
According to this: https://github.com/perl6/specs/blob/master/S32-setting-library/Temporal.pod
now
should return the second + fractional seconds since epoch, currently I just getInstant.new( )
time
should return only the seconds as an Int, currently I get a Num (seconds and fractionals).The text was updated successfully, but these errors were encountered: