Howard Hinnant

CppCon 2015: Howard Hinnant “A C++14 approach to dates and times'

How to initialize x from expression y - Howard Hinnant - Meeting C++ 2019 secret lightning talks

CppCon 2014: Howard Hinnant 'Types Don't Know #'

CppCon 2016: Howard Hinnant “Welcome To The Time Zone'

CppCon 2018: Howard Hinnant “<chrono> Then and Now”

Opening Keynote Meeting C++ 2019 - Howard Hinnant - Design Rationale for the chrono Library

CppCon 2016: Howard Hinnant “A <chrono> Tutorial'

Engineering Distinguished Speaker Series: Howard Hinnant

C++ : How do your get fractional seconds from Howard Hinnant date

C++ : Fast move assignment with Howard Hinnant's short_alloc

C++ : Getting Howard Hinnant's short_alloc (C++11 version) to compile in Visual C++ 2015

CppChat[4]: Bryce and Howard [2016-08-07]

CppChat[3]: Bryce, Howard, Michael, and Richard [2016-07-30]

C++ : What is the best approach to get a millisecond-rounded timestamp string in Howard Hinnant's Da

When is it ok to be !ok() with C++20 chrono dates?

DateTime Programming For Everyone. Everywhere. - Tai Meng [ CppCon 2017 ]

How to parse GMT+-H in C++20 with std::chrono::parse

C++Now 2019: Peter Sommerlad “Sane and Safe C++ Class Types”

Is the behaviour of std::chrono::round on out-of-range values as intended?

How can I get the day of the week using std::chrono after having calculated the day/month/year?

how to get current time zone city name like America/Los_Angeles

How to Safely Move from a Moved-From Object in C++: Best Practices Explained

How to Parse Date/Time with Microseconds in C++: A Step-by-Step Guide

Why can't chrono::parse parse a POSIX date and time string?