User: ciuser1 clicked save for shared/local-date-and-time/shared_local_date_time.bpmn

This commit is contained in:
staging 2022-10-07 16:49:55 +00:00
parent fda4525b31
commit a1f6cce8fb

View File

@ -8,7 +8,7 @@
<bpmn:scriptTask id="Activity_Get_Local_Date_Time" name="Get Local Date and Time" scriptFormat="python">
<bpmn:incoming>Flow_1al74ve</bpmn:incoming>
<bpmn:outgoing>Flow_0xa8fic</bpmn:outgoing>
<bpmn:script>local_date_time_obj = datetime.utcnow()
<bpmn:script>local_date_time_obj = datetime.datetime.utcnow()
local_date_str = local_date_time_obj.strftime('%Y-%m-%d')
local_time_str = local_date_time_obj.strftime('%I:%M %p')