about summary refs log tree commit diff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 11 insertions, 1 deletions
diff --git a/TODO b/TODO
index 585c4e9..7c01544 100644
--- a/TODO
+++ b/TODO
@@ -6,4 +6,14 @@ Use the cache!
 
 Better logging
 	There's like, an user now, so we should log better so we can find errors
-	more readily.
\ No newline at end of file
+	more readily.
+
+Make Date Parsing Better
+	I think we'll have to write the parser here. Or rip it from awake, really.
+
+	So we can have any of:
+		2025-06-12
+		2025-6-12
+		2025-6-12 4:24
+		2025-6-12 4:24:43
+		2025-6-12 4:24:43am
\ No newline at end of file