Cross Reference: utc-offset.h
xref
: /
dovecot
/
src
/
lib
/
utc-offset.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
#
ifndef
UTC_OFFSET_H
#
define
UTC_OFFSET_H
#
include
<
time.h
>
/* Returns given time's offset to UTC in minutes. */
int
utc_offset
(
struct
tm
*
tm
,
time_t
t);
#
endif