![]() |
Audacity 3.2.0
|
Declare functions to work with date and time string representations. More...
#include <chrono>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | audacity |
Typedefs | |
| using | audacity::SystemTime = std::chrono::system_clock::time_point |
Functions | |
| bool | audacity::ParseRFC822Date (const std::string &dateString, SystemTime *time) |
| bool | audacity::ParseISO8601Date (const std::string &dateString, SystemTime *time) |
| std::string | audacity::SerializeRFC822Date (SystemTime timePoint) |
Declare functions to work with date and time string representations.
Audacity: A Digital Audio Editor
Dmitry Vedenko
Definition in file DateTimeConversions.h.