admehta01 commited on
Commit
17c1e7f
·
1 Parent(s): 0d92287

Updating timestamp to use american date format

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def logToNotion(text, top):
46
  "title": {
47
  "title": [{
48
  "text": {
49
- "content": datetime.now().strftime("%d/%m/%Y %H:%M:%S")
50
  }
51
  }]
52
  },
 
46
  "title": {
47
  "title": [{
48
  "text": {
49
+ "content": datetime.now().strftime("%m/%d/%Y %H:%M:%S")
50
  }
51
  }]
52
  },