Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Remove Epoch helper class #1567
Conversation
|
@ethomson I think something might be wrong with the AppVeyor setup. If you take a look at the details, it actually says one test failed, but it's still reporting everything as green... |
Haha, that's delightful:
Maybe the return code is not being bubbled up? I'll poke around with this when I have some time. |
|
Re-ran the AppVeyor tests on this one, and they all passed this time. |
Now that we're targeting
netstandard2.0, we can rely on the built inDateTimeOffsethelper methods,ToUnixTimeSecondsandFromUnixTimeSecondsinstead.