mu_datetime_to_utc

From Mailutils
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


#include <mailutils/datetime.h>

time_t mu_datetime_to_utc (struct tm *tm, struct mu_timezone *tz);

The function mu_datetime_to_utc converts the broken-down time tm from the time zone tz to the corresponding UTC timestamp.

See also

struct mu_timezone