From cdc3e903d70d3ba6364d1a1fbba518c8232c135a Mon Sep 17 00:00:00 2001 From: king Date: Mon, 22 Jun 2026 15:53:55 +0900 Subject: [PATCH] =?UTF-8?q?style(dispatch):=20=EC=83=9D=EC=84=B1=EC=8B=9C?= =?UTF-8?q?=EA=B0=81=20=ED=91=9C=EC=8B=9C=EC=97=90=EC=84=9C=20T=C2=B7?= =?UTF-8?q?=ED=83=80=EC=9E=84=EC=A1=B4=20=EC=98=A4=ED=94=84=EC=85=8B=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 2026-06-22T15:17:59+09:00 → 2026-06-22 15:17:59 (현지 입력 시각 그대로) Co-Authored-By: Claude Opus 4.8 --- app/modules/dispatch/templates/dispatch/batches.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/modules/dispatch/templates/dispatch/batches.html b/app/modules/dispatch/templates/dispatch/batches.html index 3dce081..c3c8c13 100644 --- a/app/modules/dispatch/templates/dispatch/batches.html +++ b/app/modules/dispatch/templates/dispatch/batches.html @@ -34,7 +34,7 @@ {{ b.done_count }} ✓ {% else %}{{ b.done_count }}{% endif %} - {{ b.created_at }} + {{ (b.created_at[:19].replace('T',' ')) if b.created_at else '' }} 작업 피킹