mu_datetime_tz_local

From Mailutils
Revision as of 11:10, 17 December 2011 by Gray (talk | contribs) (Created page with "{{DISPLAYTITLE:mu_datetime_tz_local}} <syntaxhighlight lang="C"> #include <mailutils/datetime.h> void mu_datetime_tz_local (struct mu_timezone *tz); </syntaxhighlight> This fun...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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>

void mu_datetime_tz_local (struct mu_timezone *tz);

This function fills the mu_timezone structure pointed to by tz with the current time zone information.

See also

struct mu_timezone