date_time
date_time copied to clipboard
Boost.org date_time module
Please, provide a way to create a time zone object (presumably, `posix_time_zone`) that corresponds to whatever time zone is set on the current system. Essentially, I need a way to...
**Description:** After the MSVC team implented [P2468R2 The Equality Operator You Are Looking For](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2468r2.html), the error we encountered when compiling Trojan(Trojan depends on boost/date_time) under /std:c++latest, the error is due...
The year 2002 had a total of 365 days, but when calling the day_of_year().max() function, it returns 366. Is this a bug? It seems like the function is returning the...
[MSVC]: Use reentrant function localtime_s and gmtime_s to guarantee multithreading security.
I'm using boost::lexical cast to process xml data. The likes of: ``` template bool GetAttribute(const pugi::char_t* name, T& attr) const { try { attr = boost::lexical_cast(GetAttribute(name)); } catch (boost::bad_lexical_cast& e)...
Hello, We are porting our product to RHEL8. Our old configuration is this: $ cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.9 (Maipo) $ gcc --version gcc (GCC) 4.8.5...
Hi, it looks like the date_time_zonespec.csv (https://github.com/boostorg/date_time/blob/develop/data/date_time_zonespec.csv) file is missing all entries after "Pacific/Yap" (in alphabetical order). Among the missing ones are Singapore, US/*, and UTC. Is it possible to...
I was reading through the Boost docs today on Local Time and noticed [here](https://www.boost.org/doc/libs/1_80_0/doc/html/date_time/local_time.html#date_time.local_time.tz_database) that the link for the "zoneinfo" database is essentially dead and redirects to a NSFW webpage....
I select boost 1.80.0 Boost page link is not work , I got three doc link form [boost. date_time_document page](https://www.boost.org/doc/libs/1_80_0/doc/html/date_time.html) 1. http://www.crystalclearsoftware.com/libraries/date_time/date_time.pdf 2. http://www.crystalclearsoftware.com/libraries/date_time/ref_guide/index.html 3. http://www.crystalclearsoftware.com/libraries/date_time/index.html but they are can't...