Spaces:
Runtime error
Runtime error
Updating timestamp to use american date format
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ def logToNotion(text, top):
|
|
46 |
"title": {
|
47 |
"title": [{
|
48 |
"text": {
|
49 |
-
"content": datetime.now().strftime("%d/%
|
50 |
}
|
51 |
}]
|
52 |
},
|
|
|
46 |
"title": {
|
47 |
"title": [{
|
48 |
"text": {
|
49 |
+
"content": datetime.now().strftime("%m/%d/%Y %H:%M:%S")
|
50 |
}
|
51 |
}]
|
52 |
},
|