Opened 9 years ago
#8886 new Bugs
boost::posix_time::time_from_string has no parameter for ymd order
| Reported by: | anonymous | Owned by: | az_sw_dude |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | date_time |
| Version: | Boost 1.54.0 | Severity: | Problem |
| Keywords: | Cc: |
Description
Function boost::posix_time::time_from_string(const std::string& s) calls parse_date and parse_delimited_time_duration for two parts of datetime string. Function parse_date(const std::string& s, int order_spec = ymd_order_iso) has parameter for ymd order, but time_from_string hasn't. Therefore impossible to parse dates like "11.09.2001 08:46:26".
Note:
See TracTickets
for help on using tickets.
