25 #ifndef TIMEUTILS_CONV_H_INCLUDED
26 #define TIMEUTILS_CONV_H_INCLUDED
52 gint gmtoff_override);
void convert_and_normalize_wall_clock_time_to_unix_time(WallClockTime *src, UnixTime *dst)
Definition: conv.c:43
void convert_wall_clock_time_to_unix_time(const WallClockTime *src, UnixTime *dst)
Definition: conv.c:29
void convert_and_normalize_wall_clock_time_to_unix_time_with_tz_hint(WallClockTime *src, UnixTime *dst, long gmtoff_hint)
Definition: conv.c:54
void convert_unix_time_to_wall_clock_time_with_tz_override(const UnixTime *src, WallClockTime *dst, gint gmtoff_override)
Definition: conv.c:96
void convert_wall_clock_time_to_unix_time_with_tz_hint(const WallClockTime *src, UnixTime *dst, long gmtoff_hint)
Definition: conv.c:36
void convert_unix_time_to_wall_clock_time(const UnixTime *src, WallClockTime *dst)
Definition: conv.c:88