From 0354fed22686f146d8f646ca48288095ac3caed8 Mon Sep 17 00:00:00 2001 From: staging Date: Fri, 7 Oct 2022 15:28:01 +0000 Subject: [PATCH] User: ciuser1 clicked save for shared/local-date-and-time/shared_local_date_time.bpmn --- shared/local-date-and-time/shared_local_date_time.bpmn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/local-date-and-time/shared_local_date_time.bpmn b/shared/local-date-and-time/shared_local_date_time.bpmn index ab53dd38..cf800850 100644 --- a/shared/local-date-and-time/shared_local_date_time.bpmn +++ b/shared/local-date-and-time/shared_local_date_time.bpmn @@ -8,7 +8,7 @@ Flow_1al74ve Flow_0xa8fic - import datetime + from datetime import datetime local_date_time_obj = datetime.utcnow() local_date_str = local_date_time_obj.strftime('%Y-%m-%d')