
Functions | |
| void | convert_wall_clock_time_to_unix_time (const WallClockTime *src, UnixTime *dst) |
| void | convert_wall_clock_time_to_unix_time_with_tz_hint (const WallClockTime *src, UnixTime *dst, long gmtoff_hint) |
| void | convert_and_normalize_wall_clock_time_to_unix_time (WallClockTime *src, UnixTime *dst) |
| void | convert_and_normalize_wall_clock_time_to_unix_time_with_tz_hint (WallClockTime *src, UnixTime *dst, long gmtoff_hint) |
| void | convert_unix_time_to_wall_clock_time (const UnixTime *src, WallClockTime *dst) |
| void | convert_unix_time_to_wall_clock_time_with_tz_override (const UnixTime *src, WallClockTime *dst, gint gmtoff_override) |
| void convert_and_normalize_wall_clock_time_to_unix_time | ( | WallClockTime * | src, |
| UnixTime * | dst | ||
| ) |
| void convert_and_normalize_wall_clock_time_to_unix_time_with_tz_hint | ( | WallClockTime * | src, |
| UnixTime * | dst, | ||
| long | gmtoff_hint | ||
| ) |
| void convert_unix_time_to_wall_clock_time | ( | const UnixTime * | src, |
| WallClockTime * | dst | ||
| ) |
| void convert_unix_time_to_wall_clock_time_with_tz_override | ( | const UnixTime * | src, |
| WallClockTime * | dst, | ||
| gint | gmtoff_override | ||
| ) |
| void convert_wall_clock_time_to_unix_time | ( | const WallClockTime * | src, |
| UnixTime * | dst | ||
| ) |
| void convert_wall_clock_time_to_unix_time_with_tz_hint | ( | const WallClockTime * | src, |
| UnixTime * | dst, | ||
| long | gmtoff_hint | ||
| ) |