nodatime / nodatime

A better date and time API for .NET

Home Page:https://nodatime.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use Int128 in .NET 8 target

jskeet opened this issue · comments

(e.g. for Duration.ToInt128Nanoseconds etc)

We could experiment with a conditional implementation, using Int128 in Duration when it's available - but I suspect it'll be too fiddly.