Opened 13 years ago
#4035 new Feature Requests
Milliseconds separated by other char than "." cannot be parsed by date_time_io
Reported by: | Owned by: | az_sw_dude | |
---|---|---|---|
Milestone: | Boost 1.43.0 | Component: | date_time |
Version: | Boost 1.42.0 | Severity: | Problem |
Keywords: | Cc: |
Description
We have input data in the form of: 11:16:27:000 representing hour:minutes:seconds:milliseconds
Currently, there seems to be no way of defining a format string to parse this. "%f" always expects a dot character starting the substring.
Note:
See TracTickets
for help on using tickets.