From 3dce9422aec7f77f4112ac2ed9761d460cc71dab Mon Sep 17 00:00:00 2001 From: Tiara Rodney Date: Fri, 13 Mar 2026 23:05:33 +0100 Subject: [PATCH] todo(7): in-progress Implement PercentFormatterStyle._format() with %-style field substitution, Formatter.formatTime() using JS Date/Intl, and Formatter.formatError() using Error.stack. Add datetime helpers. --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index 145ef93..c8e1e43 100644 --- a/TODO +++ b/TODO @@ -102,7 +102,7 @@ Content-Type: application/issue ID: 7 Type: feature Title: implement Formatter subsystem -Status: open +Status: in-progress Priority: high Created: 2026-03-13 Relationships: dependsOn:1