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...") |
|||
Line 9: | Line 9: | ||
== See also == | == See also == | ||
− | [[struct mu_timezone]] | + | [[struct mu_timezone]], [[mu_utc_offset]] |
[[Category:Date/Time Functions]] | [[Category:Date/Time Functions]] | ||
[[Category:C API]] | [[Category:C API]] |
Latest 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.