Skip to content
Colin Girling edited this page Feb 26, 2017 · 7 revisions

Welcome to the datetime wiki!

The date time classes provide a simpler approach to working with date and time over the C++ 11 chrono libraries. Support that will be provided includes getting current date and time, do various arithmetic on date and time such as subtraction, addition, etc, which also handles leap years. There is also support for timing function calls using variadic template arguments.

If anyone has a request for any feature or enhancement, post it on Twitter/#cppocl and I will raise a ticket and add the feature.

Clone this wiki locally