Lines Matching full:time
14 #include <time.h>
21 /** Convert a UNIX time to civil time.
24 * to the POSIX standard civil time representation. Any adjustments
25 * due to time zone, leap seconds, or a different epoch must be
26 * applied to @p time before invoking this function.
28 * @param time the time represented as seconds.
30 * @return the time information for corresponding to the provided
74 /* Convert a UNIX time to civil time.
77 * to the POSIX standard civil time representation. Any adjustments
78 * due to time zone, leap seconds, or a different epoch must be
79 * applied to @p time before invoking this function.