Registry / utility / boost-date-time

boost-date-time

JSON →
library1.90.0vcpkgunverified

Boost.Date_Time provides date and time handling utilities for C++.

vcpkg install boost-date-time
INSTALL
IMPORT
SIG · BOOST-DATE-TIME
B
boost-date-time
utilitycppv1.90.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

boost/date_time/gregorian/gregorian.hpp
#include <boost/date_time/gregorian/gregorian.hpp>

Creates and prints a date using Boost.Date_Time.

#include <boost/date_time/gregorian/gregorian.hpp> #include <iostream> int main() { boost::gregorian::date d(2023, 1, 1); std::cout << d << std::endl; return 0; }
Debug
Known issues
gotchaBoost.Date_Time requires linking against the boost_date_time library.
fix
Link with Boost::date_time in CMake.
affects: *
Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Meta
1
Resources

No resource links recorded.

boost-date-time — pip install boost-date-time · libregistry