Hi Thiago,
at most the struct is defined, i think sometime there was even a fordward
declare of the time function. Short version you have to take a different
codepath if you need that for ce. Have a look in qdatetime.cpp. Basically you
would use a system call to get the time in a different forma
According to the C standard, 7.23.2.4:
7.23.2.4 The time function
Synopsis
#include
time_t time(time_t *timer);
The Linux manual says:
CONFORMING TO
SVr4, 4.3BSD, C89, C99, POSIX.1-2001.
However, it's not working in https://codereview.qt-project.org/81697. The CI
says: