Ahmet Alp Balkan
c16c9cc586
Parse input timestamps with standard RFC3339
...
Fix for #13175 .
This change allows user-input timestamps (e.g. to `docker events
--since/--until` or `docker logs --since` to be parsed using
standard RFC3339Nano layout in Go instead of the layout that parses
all timestamps into fixed-length strings (currently buggy).
User inputs need not to be complying to the internal format
(`RFC3339NanoFixed`) anyway.
Added test case for `events --since/--until` with all possible
timestamp input formats.
Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com >
Upstream-commit: 999f464feb5b78e8ecc97625e70f3b1796d0a758
Component: engine
2015-05-14 07:44:42 +00:00
..
2015-04-23 15:40:46 +00:00
2015-04-27 15:48:29 -07:00
2015-04-27 13:56:55 +02:00
2015-05-07 21:03:39 +02:00
2015-04-23 15:35:56 -07:00
2015-04-23 15:35:56 -07:00
2015-05-12 20:09:49 +02:00
2015-04-23 15:35:56 -07:00
2015-05-12 20:09:49 +02:00
2015-05-06 14:39:45 -07:00
2015-04-23 15:35:56 -07:00
2015-04-30 01:35:16 +02:00
2015-04-23 15:35:56 -07:00
2015-04-29 17:02:22 +02:00
2015-04-29 17:02:22 +02:00
2015-05-12 17:22:41 -07:00
2015-04-24 14:17:00 -07:00
2015-04-27 13:35:08 -07:00
2015-04-21 10:28:52 -07:00
2015-04-23 22:27:46 +02:00
2015-04-24 10:37:21 -07:00
2015-05-13 05:23:56 +02:00
2015-04-27 13:24:15 -07:00
2015-05-14 07:44:42 +00:00
2015-04-21 10:28:52 -07:00
2015-04-29 17:02:22 +02:00
2015-04-23 21:54:21 +00:00
2015-04-24 10:37:21 -07:00
2015-05-12 17:22:41 -07:00
2015-04-24 10:37:21 -07:00
2015-04-24 10:37:21 -07:00
2015-04-24 10:37:21 -07:00
2015-04-21 10:28:52 -07:00
2015-04-23 18:25:18 +00:00
2015-04-21 10:28:52 -07:00
2015-05-11 21:50:47 +02:00
2015-04-21 10:28:52 -07:00
2015-05-12 13:50:51 -04:00
2015-05-04 16:07:45 -07:00
2015-04-21 10:28:52 -07:00
2015-04-21 10:28:52 -07:00
2015-04-27 15:48:29 -07:00
2015-04-29 17:02:22 +02:00
2015-04-24 14:17:00 -07:00
2015-05-01 16:01:10 -06:00
2015-04-23 16:11:46 +02:00
2015-04-21 10:28:52 -07:00
2015-05-05 15:59:17 +08:00
2015-04-27 13:35:08 -07:00
2015-05-12 17:22:41 -07:00
2015-04-29 17:02:22 +02:00
2015-04-27 13:35:08 -07:00
2015-04-21 10:28:52 -07:00
2015-05-05 08:51:13 +08:00
2015-04-29 17:02:22 +02:00
2015-05-04 10:49:13 -04:00
2015-04-24 10:37:21 -07:00
2015-04-23 22:27:46 +02:00
2015-04-21 10:28:52 -07:00
2015-05-06 11:56:48 -04:00
2015-02-17 00:43:41 -08:00
2015-02-17 00:43:41 -08:00
2015-03-24 16:27:35 -07:00
2015-05-07 17:01:16 -07:00
2015-04-21 10:28:52 -07:00
2015-04-23 15:35:56 -07:00
2015-02-20 23:24:30 -08:00
2015-02-20 23:24:30 -08:00
2015-03-04 14:10:37 -08:00
2015-03-20 21:54:33 -07:00
2015-05-09 05:56:10 -07:00