from Seconds Since Unix Epoch
fun fromSecondsSinceUnixEpoch(secondsSinceUnixEpoch: Seconds, nanosecondAdjustment: Nanoseconds = 0.nanoseconds, offset: UtcOffset): DateTime
Content copied to clipboard
Creates a DateTime from a duration of seconds relative to the Unix epoch at offset, optionally, with some number of additional nanoseconds added to it.