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
Editorial: Fix numeric type confusion in return value of GetEpochFromISOParts
Some existing algorithms treated this as a BigInt and some as a
mathematical value. It's really six of one, half a dozen of the other,
which is more convenient. I chose BigInt because that fits with the
internal EpochNanoseconds slot of Instant and ZonedDateTime being a
BigInt.
0 commit comments