carb::time::gmtime_r
Defined in carb/time/Util.h
- 
inline struct tm *carb::time::gmtime_r(const time_t *timep, struct tm *result) noexcept
- Platform independent version of gmtime_r: convert a - time_tto UTC component representation.- Parameters
- timep – A pointer to a - time_t.
- result – A pointer to a - struct tmthat will receive the result.
 
- Returns
- resultif conversion succeeded;- nullptrif the year does not fit into an integer or an error occurs.