Difference between revisions of "Mu datetime tz local"

From Mailutils
Jump to navigationJump to search
(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...")
(No difference)

Revision as of 11:10, 17 December 2011

#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