about summary refs log tree commit diff
path: root/TODO
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2025-08-15 17:53:53 -0500
committergennyble <gen@nyble.dev>2025-08-15 17:53:53 -0500
commitdb62e4ab9c54a370e15ad6944963b2ceb8d2638b (patch)
tree24b7d59356a117b1c684a237bf7ecfb6477a50e7 /TODO
parentd997d8a3d640cf36b0e705db249e1a8865f0b54f (diff)
downloadleaberblord-db62e4ab9c54a370e15ad6944963b2ceb8d2638b.tar.gz
leaberblord-db62e4ab9c54a370e15ad6944963b2ceb8d2638b.zip
refactor add_point and revise
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