dm_time_to_human Function

public pure elemental function dm_time_to_human(time) result(human)

Returns time stamp as 26-characters long string in human-readable format. Converts the given ISO 8601 time stamp time in format 1970-01-01T00:00:00.000000+00:00 to format 1970-01-01 00:00:00 +00:00. The argument time is not validated. Make sure to only pass valid values.

This function does not turn a time stamp into a human being.

Arguments

Type IntentOptional Attributes Name
character(len=TIME_LEN), intent(in) :: time

ISO 8601 time stamp.

Return Value character(len=TIME_HUMAN_LEN)

Human-readable time stamp.


Called by

proc~~dm_time_to_human~~CalledByGraph proc~dm_time_to_human dm_time_to_human proc~dm_html_time dm_html_time proc~dm_html_time->proc~dm_time_to_human proc~dm_html_beat dm_html_beat proc~dm_html_beat->proc~dm_html_time proc~dm_html_beats dm_html_beats proc~dm_html_beats->proc~dm_html_time proc~dm_html_logs dm_html_logs proc~dm_html_logs->proc~dm_html_time proc~dm_html_observs dm_html_observs proc~dm_html_observs->proc~dm_html_time