dnikolovv / dev-adventures-realworld

A RealWorld application implemented using the Dev Adventures .NET Core template and functional programming.
https://marketplace.visualstudio.com/items?itemName=dnikolovv.dev-adventures-project-setup
142 stars 29 forks source link

Replace ToUnixEpochDate with build in function #1

Closed dmytrohridin closed 5 years ago

dmytrohridin commented 5 years ago

Since DateTimeOffset provide build in function ToUnixTimeSeconds, I think it make sense to use it instead of custom private function

dnikolovv commented 5 years ago

Spot on!