dm_time_delta_from_seconds Subroutine

public pure elemental subroutine dm_time_delta_from_seconds(time_delta, seconds)

Returns time delta type time_delta from Unix time stamp in seconds.

Arguments

Type IntentOptional Attributes Name
type(time_delta_type), intent(out) :: time_delta

Time delta type.

integer(kind=i8), intent(in) :: seconds

Unix time stamp (Epoch).


Called by

proc~~dm_time_delta_from_seconds~~CalledByGraph proc~dm_time_delta_from_seconds dm_time_delta_from_seconds proc~dm_html_beat dm_html_beat proc~dm_html_beat->proc~dm_time_delta_from_seconds proc~dm_html_beats dm_html_beats proc~dm_html_beats->proc~dm_time_delta_from_seconds