diff options
| author | default <nobody@localhost> | 2025-04-13 14:30:50 +0200 |
|---|---|---|
| committer | default <nobody@localhost> | 2025-04-13 14:30:50 +0200 |
| commit | 848bd3e865fb2daf75d76cbb75a4a39f9b82b516 (patch) | |
| tree | 9e99d760cc76a8e97df645432523bee3440e8b08 /snac.h | |
| parent | 81538904210e9092760ce7c6b043eaaa166509b6 (diff) | |
Cache the timezone inside the snac struct.
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -61,6 +61,7 @@ typedef struct { xs_str *actor; /* actor url */ xs_str *md5; /* actor url md5 */ const xs_dict *lang;/* string translation dict */ + const char *tz; /* configured timezone */ } snac; typedef struct { |