summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index d2e6f79..d3c1c51 100644
--- a/TODO
+++ b/TODO
@@ -1 +1,4 @@
[ ] cleanup xml.{c,h}
+[?] faster UTC time parsing: Musl libc timegm() function (deprecated), is
+ much faster than our current time parsing. Keep in mind we have to be
+ portable and don't bloat/complicate the code, so it's a maybe.