Home
last modified time | relevance | path

Searched refs:parse_timestamp (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/tools/github/
Dpr_latency.py85 def parse_timestamp(datetime_str): function
97 'created_at': parse_timestamp(pr['created_at']),
98 'updated_at': parse_timestamp(pr['updated_at']),
110 parse_timestamp(commits[-1]['commit']['author']['date'])
133 latest_datetime = parse_timestamp(status['updated_at'])
136 parse_timestamp(status['updated_at']))
/third_party/ffmpeg/libavformat/
Dsbgdec.c461 static int parse_timestamp(struct sbg_parser *p, in parse_timestamp() function
527 r = parse_timestamp(p, &ts, &rel_ts); in parse_time_sequence()