dm_time_strip_useconds Function

public pure elemental function dm_time_strip_useconds(time) result(str)

Strips the microseconds part of the given ISO 8601 time stamp and returns a 25-characters long string. The function does not validate the time stamp for performance reasons. Make sure that only a valid 32-characters long ISO 8601 time stamp is passed in time.

Arguments

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

ISO 8601 time stamp.

Return Value character(len=25)


Called by

proc~~dm_time_strip_useconds~~CalledByGraph proc~dm_time_strip_useconds dm_time_strip_useconds proc~dm_atom_from_logs dm_atom_from_logs proc~dm_atom_from_logs->proc~dm_time_strip_useconds proc~dm_html_time dm_html_time proc~dm_html_time->proc~dm_time_strip_useconds proc~dm_test_run dm_test_run proc~dm_test_run->proc~dm_time_strip_useconds 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