diff options
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) | |||
| 32 | 32 | ||
| 33 | strftime(tmp, sizeof(tmp), fmt, &tm); | 33 | strftime(tmp, sizeof(tmp), fmt, &tm); |
| 34 | 34 | ||
| 35 | // printf("%d %d\n", local, t - xs_parse_time(tmp, fmt, local)); | ||
| 36 | |||
| 37 | return xs_str_new(tmp); | 35 | return xs_str_new(tmp); |
| 38 | } | 36 | } |
| 39 | 37 | ||