fsfw/src/fsfw/timemanager/boost_timegm.h
Ulrich Mohr bc312243df
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
clang -Weverything -Wno-gnu-anonymous-struct
2023-01-27 00:50:10 +01:00

3 lines
59 B
C++

#include <ctime>
time_t internal_timegm(std::tm const *t);