Nick Craig-Wood 16039b350d fs: fix parsing of times and durations of the form "YYYY-MM-DD HH:MM:SS"
Before this fix, the parsing code gave an error like this

    parsing "2022-08-02 07:00:00" as fs.Time failed: expected newline

This was due to the Scan call failing to read all the data.

This patch fixes that, and redoes the tests
2022-08-05 16:45:23 +01:00
..
2020-10-14 15:21:31 +01:00
2018-08-21 10:58:59 +01:00
2021-06-14 14:42:49 +03:00
2022-07-09 20:43:17 +01:00