Searched refs:parse_timestamp (Results 1 – 2 of 2) sorted by relevance
85 def parse_timestamp(datetime_str): function97 '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']))
461 static int parse_timestamp(struct sbg_parser *p, in parse_timestamp() function527 r = parse_timestamp(p, &ts, &rel_ts); in parse_time_sequence()