dolittle-obsolete / DotNET.Fundamentals

Reusable, fundamental abstractions and building blocks
http://www.dolittle.io
MIT License
4 stars 8 forks source link

Ensure we return the any datetimes as DateTimeKind.Utc. #248

Closed smithmx closed 5 years ago

smithmx commented 5 years ago

We store the date as Unix Timestamp so we should ensure that it is UTC when converted into a DateTime (DateTimeKind.Utc).

┆Issue is synchronized with this Asana task