diff options
author | default <nobody@localhost> | 2022-10-04 18:46:12 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-10-04 18:46:12 +0200 |
commit | ae06064e4d77d10b82c6061427dcc01d942b1dd8 (patch) | |
tree | 6da9cbb635f377f908e2a442cb122dc6a8f42b8a /xs_time.h | |
parent | 5192e28444a3e1a613440ef6813cb978c36d2948 (diff) |
New command-line option purge.
Diffstat (limited to 'xs_time.h')
-rw-r--r-- | xs_time.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ time_t xs_parse_time(const char *str, const char *fmt, int local) memset(&tm, '\0', sizeof(tm)); strptime(str, fmt, &tm); + /* try to guess the Daylight Saving Time */ if (local) tm.tm_isdst = -1; |