Go to the source code of this file.
Namespaces | |
| namespace | MR |
| only for bindings generation | |
Functions | |
| MR_BIND_IGNORE std::optional< std::tm > | MR::Localtime (std::time_t time) |
| A threadsafe equivalent for std::localtime(). Returns null on failure. | |
| MR_BIND_IGNORE std::tm | MR::LocaltimeOrZero (std::time_t time) |
| Same, but returns a struct full of zeroes on error. | |