#include "pybind11.h"
#include <chrono>
#include <cmath>
#include <ctime>
#include <datetime.h>
#include <mutex>
Go to the source code of this file.
◆ PyDateTime_DELTA_GET_DAYS
#define PyDateTime_DELTA_GET_DAYS |
( |
|
o | ) |
(((PyDateTime_Delta *) o)->days) |
◆ PyDateTime_DELTA_GET_MICROSECONDS
#define PyDateTime_DELTA_GET_MICROSECONDS |
( |
|
o | ) |
(((PyDateTime_Delta *) o)->microseconds) |
◆ PyDateTime_DELTA_GET_SECONDS
#define PyDateTime_DELTA_GET_SECONDS |
( |
|
o | ) |
(((PyDateTime_Delta *) o)->seconds) |
◆ localtime_thread_safe()
std::tm * localtime_thread_safe |
( |
const std::time_t * |
time, |
|
|
std::tm * |
buf |
|
) |
| |
|
inline |