mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-23 05:08:11 +00:00
User: ciuser1 clicked save for shared/local-date-and-time/shared_local_date_time.bpmn
This commit is contained in:
parent
fda4525b31
commit
a1f6cce8fb
@ -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')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user