mirror of
https://github.com/xcat2/confluent.git
synced 2026-09-04 20:17:58 +00:00
2e7ce63b51
parse_time read the digits after the decimal point as whole milliseconds, so '.5' became 5ms instead of 500ms. Only a three digit fraction came out right, and a BMC may write either. '.5', '.50' and '.500' are all 500ms now, '.125' is 125ms. Every other format parse_time accepts is untouched.