Go to the source code of this file.
|
| void | format_unix_time (const UnixTime *stamp, GString *target, gint ts_format, glong zone_offset, gint frac_digits) |
| |
| void | append_format_unix_time (const UnixTime *stamp, GString *target, gint ts_format, glong zone_offset, gint frac_digits) |
| |
| void | format_wall_clock_time (const WallClockTime *stamp, GString *target, gint ts_format, glong zone_offset, gint frac_digits) |
| |
| void | append_format_wall_clock_time (const WallClockTime *stamp, GString *target, gint ts_format, gint frac_digits) |
| |
| void | append_format_zone_info (GString *target, glong gmtoff) |
| |
◆ TS_FMT_BSD
◆ TS_FMT_FULL
◆ TS_FMT_ISO
◆ TS_FMT_UNIX
◆ append_format_unix_time()
| void append_format_unix_time |
( |
const UnixTime * |
stamp, |
|
|
GString * |
target, |
|
|
gint |
ts_format, |
|
|
glong |
zone_offset, |
|
|
gint |
frac_digits |
|
) |
| |
◆ append_format_wall_clock_time()
| void append_format_wall_clock_time |
( |
const WallClockTime * |
wct, |
|
|
GString * |
target, |
|
|
gint |
ts_format, |
|
|
gint |
frac_digits |
|
) |
| |
unix_time_format: @stamp: Timestamp to format @target: Target storage for formatted timestamp @ts_format: Specifies basic timestamp format (TS_FMT_BSD, TS_FMT_ISO) @zone_offset: Specifies custom zone offset if @tz_convert == TZ_CNV_CUSTOM
Emits the formatted version of @stamp into @target as specified by @ts_format and @tz_convert.
◆ append_format_zone_info()
| void append_format_zone_info |
( |
GString * |
target, |
|
|
glong |
gmtoff |
|
) |
| |
◆ format_unix_time()
| void format_unix_time |
( |
const UnixTime * |
stamp, |
|
|
GString * |
target, |
|
|
gint |
ts_format, |
|
|
glong |
zone_offset, |
|
|
gint |
frac_digits |
|
) |
| |
◆ format_wall_clock_time()
| void format_wall_clock_time |
( |
const WallClockTime * |
stamp, |
|
|
GString * |
target, |
|
|
gint |
ts_format, |
|
|
glong |
zone_offset, |
|
|
gint |
frac_digits |
|
) |
| |