OpenTTD Source  12.0-beta2
LocalTimeToStruct Struct Reference

Helper for safely converting a std::time_t to a local time std::tm using localtime_s. More...

#include <walltime_func.h>

Static Public Member Functions

static std::tm ToTimeStruct (std::time_t time_since_epoch)
 

Detailed Description

Helper for safely converting a std::time_t to a local time std::tm using localtime_s.

Definition at line 16 of file walltime_func.h.


The documentation for this struct was generated from the following file: