diff options
| author | 2023-05-30 23:52:16 +0200 | |
|---|---|---|
| committer | 2023-05-30 23:52:16 +0200 | |
| commit | a5e6f4341ba3b6c62724a128757addb44169fa3c (patch) | |
| tree | c00a381db0de618c2e2b2bf8e64a2bf27efe8f64 /src | |
| parent | add notes, need to go do work now (diff) | |
remove warning from localtime
Diffstat (limited to 'src')
| -rw-r--r-- | src/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ JANET_FN(jd_gmtime, JANET_FN(jd_localtime, "(localtime (time))", - "WARNING: do not use this unless it's for final display.") { + "") { janet_fixarity(argc, 1); time_t *time = jd_gettime(argv, 0); struct tm *tm = localtime(time); |
