From fdb0d31a925e1736fb3e1aae092f8ba4489075a8 Mon Sep 17 00:00:00 2001 From: Mika Date: Sat, 14 Feb 2026 15:31:59 +0000 Subject: [PATCH] Add timestamp_logger/tests/data/sample_timestamps.jsonl --- timestamp_logger/tests/data/sample_timestamps.jsonl | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 timestamp_logger/tests/data/sample_timestamps.jsonl diff --git a/timestamp_logger/tests/data/sample_timestamps.jsonl b/timestamp_logger/tests/data/sample_timestamps.jsonl new file mode 100644 index 0000000..3e0a2fd --- /dev/null +++ b/timestamp_logger/tests/data/sample_timestamps.jsonl @@ -0,0 +1,3 @@ +{"t_publish": "2024-04-12T14:32:45", "t_gate_read": "2024-04-12T14:34:01", "t_index_visible": "2024-04-12T14:36:33"} +{"t_publish": "2024-04-12T15:10:22", "t_gate_read": "2024-04-12T15:11:05", "t_index_visible": "2024-04-12T15:13:40"} +{"t_publish": "2024-04-12T16:00:00", "t_gate_read": "2024-04-12T16:02:10", "t_index_visible": "2024-04-12T16:06:45"} \ No newline at end of file