Subject: [Boost-bugs] [Boost C++ Libraries] #8886: boost::posix_time::time_from_string has no parameter for ymd order
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-07-23 12:20:17
#8886: boost::posix_time::time_from_string has no parameter for ymd order
------------------------------+------------------------
Reporter: anonymous | Owner: az_sw_dude
Type: Bugs | Status: new
Milestone: To Be Determined | Component: date_time
Version: Boost 1.54.0 | Severity: Problem
Keywords: |
------------------------------+------------------------
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".
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8886> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:13 UTC