If decimal seconds are separated by a dot, they are ignored: ``` 12:34:56.666 => 12:34:56.000000000 ``` If they are separated by a comma (which is supported by GNU), parsing results in an error.