date v2024-05-14
- Created
- Updated
A date and time library based on the C++17 <chrono> header
# Usage
date provides CMake targets:
find_package(date CONFIG REQUIRED)
target_link_libraries(main PRIVATE date::date date::date-tz)
# License
# Supported Platforms
All platforms are supported
# Features
No default features set.
# remote-api
support automatic download of tz data
Supports: !uwp
- ✅ linux
- ✅ osx
- ✅ windows
- ❌
uwp
Host Dependencies:
3 transitive dependencies:
- vcpkg-cmake (by curl )
- vcpkg-cmake-config (by curl )
- vcpkg-cmake-get-vars (by openssl )
# Dependencies
No dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
# Host Dependents
No dependents.
# Contributors
- atkawa7
- Alexander Karatarakis
- Vitaliy Parinov
- Alisayyy-Yang
- Robert Schumacher
- LarryIII
- NancyLi1013
- muriukip
- pravic
- Phoebe
- Alexej Harm
- Jack·Boos·Yu
- Long Nguyen
- Billy O'Neal
- chausner
- Max
- JonLiu1993
- Weihang Ding
- autoantwort
- Aleksi Sapon
# Changelog
and 17 more commits:
b8f5c26
[date] update to latest version0764aaf
[abseil][aws-sdk-cpp][breakpad][chakracore][cimg][date][exiv2][libzip][rs-core-lib] Upgrades600f7fd
[date] Fix Linux&OSX, add unofficial targets32d62b2
Fix date issue60fb59c
[date] Update to 2.4 cont. (removed DATE_BUILD_LIB usages)bfc50d8
Update HowardHinnant/date to 2.46b6fa2a
[date] Update to 2.3a1c3bd2
[date] Howard HInnant date utils init675323c
[date] init port