unix_seconds_to_datetime Function

public pure elemental function unix_seconds_to_datetime(seconds) result(dt)

Arguments

Type IntentOptional Attributes Name
integer(kind=int64), intent(in) :: seconds

Return Value type(datetime_t)