diff options
author | default <nobody@localhost> | 2023-06-15 04:11:39 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-06-15 04:11:39 +0200 |
commit | e97092cf0c35fb51c2900c8001d89daf32a07ba1 (patch) | |
tree | 83936805fe7a3e69f161d9c43cf31f5b7d1b6d95 /xs_time.h | |
parent | 1307b6203cd9e963514a3a2808f569f6d0e69a7e (diff) |
Maintain a link to the author object in the following/ subdirectory.
Diffstat (limited to 'xs_time.h')
-rw-r--r-- | xs_time.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -32,8 +32,6 @@ xs_str *xs_str_time(time_t t, const char *fmt, int local) strftime(tmp, sizeof(tmp), fmt, &tm); -// printf("%d %d\n", local, t - xs_parse_time(tmp, fmt, local)); - return xs_str_new(tmp); } |