Hacker News new | ask | show | jobs
by Smaug123 692 days ago
So it's famously difficult to write a correct date-time handling program, but my empirical observation is that it's considerably easier with a library like Noda Time which actually attempts to model some of the domain beyond "ticks since the epoch".
1 comments

How noda prevents you from using utc instead of StopWatch?