How do you convert Unix epoch time into real time in C#? (Epoch beginning 1/1/1970)
currently you can simply use
DateTimeOffset.UtcNow.ToUnixTimeMilliseconds()
it will be returned as a 64-bits long