ResQ.Protocols.ProtocolExtensions
ProtocolExtensions.FromUnixMs(this long) Method
Converts a Unix timestamp in milliseconds to a System.DateTimeOffset.Parameters
timestampMs System.Int64
The Unix timestamp in milliseconds since January 1, 1970 UTC.
Returns
System.DateTimeOffsetA System.DateTimeOffset representing the specified timestamp.