From cb0dac0548e5e51ba21618bfe4711dc1a2bbcfb5 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 3 Apr 2013 22:58:41 +0200 Subject: time: add suppot for fractional time specifications We can now parse "0.5s" as the same as "500ms". In fact, we can parse "3.45years" correctly, too, and any other unit and fraction length. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c0a340a2f..8ca7ae892 100644 --- a/.gitignore +++ b/.gitignore @@ -123,6 +123,7 @@ /test-strbuf /test-strv /test-strxcpyx +/test-time /test-udev /test-unit-file /test-unit-name -- cgit v1.2.3