From 8e0cddab4c2315f5f87a640238e211bbd3891b9a Mon Sep 17 00:00:00 2001 From: dznFK Date: Sat, 25 Nov 2023 03:52:31 +0400 Subject: [PATCH] patch sipro --- routes/sipro.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/sipro.py b/routes/sipro.py index aa90555..93b0757 100644 --- a/routes/sipro.py +++ b/routes/sipro.py @@ -26,7 +26,7 @@ def assembly_info(): expand_param = params.get('expand') order_ids = params.get('orderIds') expand_list = expand_param if expand_param else [] - datetime_format = 'YYYY-MM-DD, HH24:MI' + datetime_format = 'YYYY.MM.DD, HH24:MI' entity_list = [ database.Assembly.id.label('id'), database.Assembly.order_id.label('order_id'),