about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2020-08-24 21:07:45 +0200
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2020-08-24 21:08:10 +0200
commitdf05c1648557fbff87653e632556b10eff171e90 (patch)
tree09e0d2665047b3229ed624f586be4721cadcb91e
parent22babac36760cd941cf4eb3c528d9b0438e2635f (diff)
chore(TODO): keep tzset() based flocaltime
Seems reliable after fix and further testing,
probably cleaner than strftime string manipulation.
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index e9ca196..195fd1e 100644
--- a/TODO
+++ b/TODO
@@ -1,11 +1,12 @@
 rethink logging / debug output | id:5734e2717f28d80ac65d3f2123a0f46c01d4a0c1
 if possible determine BLOG_SERVER_URL automatically | id:5ad1fabab42a5776ab1446d09659c7a99a104245
-rework timezone offsets without tzset() | id:64d715e826ba9fdbcc72cb1b92a77f004642d2a3
 support markdown markup via lowdown | id:90c72d144f21d78d1b56790a927f6eea52df2a2c
 get rid of as many fixed size buffers as possible | id:9281f3a25aa08f6ba5d67c02e65cd0fb7f0a6b3c
 templating: give all functions context (index or not, SCRIPT_NAME, entry struct if applicable) | id:930c2e4f2c4c9ec3efef87b6ddd50a6ba6dd4903
 update user documentation to reflect recent config changes | id:ae716d655e71edede2a763bb7c0f6e1d369de571
+add tests for timeutil | id:b6cd0665e5c376f52cf9702698330308aa722031
 improve man3 situation | id:bf918930f6361c30f288c42894cbf9b0541c3340
 use errno instead of returning HTTP status codes in make_index | id:bfa35c48dcedbecd3a951eba243c4840178289ed
 templating: unify single_entry and index_entry | id:e6dcb195d890bb0b5186716808d806101d81e4f6
 sandboxing, at least chroot | id:f209aec893fe310c8276f64f6ff4a3208a2a4f28
+document timeutil and stringutil | id:fd05b97115848a8b22231a477b8252373bd87264