Mu utc offset

From Mailutils
Revision as of 11:12, 17 December 2011 by Gray (talk | contribs) (Created page with "{{DISPLAYTITLE:mu_utl_offset}} <syntaxhighlight lang="C"> #include <mailutils/datetime.h> int mu_utc_offset (void); </syntaxhighlight> The <tt>mu_utc_offset</tt> function retu...")
(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>

int mu_utc_offset (void);

The mu_utc_offset function returns the offset in seconds of the current time zone from UTC. The value is positive if the time zone lies east of UMC and negative otherwise.