mu_datetime_to_utc

From Mailutils
Revision as of 11:16, 17 December 2011 by Gray (talk | contribs) (Created page with "{{DISPLAYTITLE:mu_datetime_to_utc}} <syntaxhighlight lang="C"> #include <mailutils/datetime.h> time_t mu_datetime_to_utc (struct tm *tm, struct mu_timezone *tz); </syntaxhighli...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


#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