Lines Matching full:timestamp
37 """Parses a logline timestamp into a tuple.
40 t: Timestamp in logline format.
52 def is_valid_logline_timestamp(timestamp):
53 if len(timestamp) == log_line_timestamp_len:
54 if logline_timestamp_re.match(timestamp):
62 t1: Timestamp in logline format.
63 t2: Timestamp in logline format.
88 """Returns a timestamp in the format used by log lines.
97 A timestamp in log line format with an offset.
102 """Returns a timestamp in the format used for log file names.
111 A timestamp in log filen name format with an offset.
203 """Replace special characters in log line timestamp with normal characters.
206 log_line_timestamp: A string in the log line timestamp format. Obtained
210 A string representing the same time as input timestamp, but without