I have a date field in the format UNIX timestamp
, and I need to transform this field to a DateTime
of C #. How to proceed?
Example input:
1514959643539
Output desired:
DateTime
with correct date / time information (03/01/2018 06:07:23
)