validate_stare_timestrings#
- validate_stare_timestrings(timestrings)#
Validate if collection of strings are STARE timestrings. STARE timestrings are of the form “%Y-%m-%dT%H:%M:%S.%ms (f_res, r_res) (type)”
See also
Examples
>>> stare_ts = ['2021-01-09T17:47:56.154 (45 12) (1)'] >>> validate_stare_timestrings(stare_ts) True