Flow_1yre3ir Flow_0qbs6a6 Flow_0itvwvf Flow_10ga3mm Flow_1yre3ir Flow_0qbs6a6 start_time_in_seconds = round(time.time()) startDateTime = datetime.utcfromtimestamp(start_time_in_seconds).strftime("%Y-%m-%dT%H:%MZ") Flow_056hukt Flow_10ga3mm Flow_0g2qcuo end_time_object = datetime.fromisoformat(endDateTime) end_time_in_seconds = end_time_object.timestamp() endDateTime = end_time_object.strftime("%Y-%m-%dT%H:%MZ") # if the time would be negative then just make it zero since the datetime component doesn't store seconds duration_in_seconds = 0 if end_time_in_seconds > start_time_in_seconds: duration_in_seconds = end_time_in_seconds - start_time_in_seconds durationDateTime = str(timedelta(seconds=duration_in_seconds)) del(end_time_object) # Your time Client: {{client}} Project: {{project}} Summary: {{summary}} Start: {{startDateTime}} End: {{endDateTime}} Duration: {{durationDateTime}} *NOTE: Only click continue if you are certain no changes will ever be made to this entry. It's fine to keep it open forever.* Flow_0g2qcuo Flow_056hukt Edit Time Flow_0itvwvf