Replies: 1 comment
-
Perhaps the problem is this: notion.collection.NotionDate, unlike the usual date format, contains 2 properties: start and end. If a regular date (d) can be converted, such as d.strftime("%Y-%m-%d"), then notion.collection.NotionDate (nd )needs to convert either nd.start.strftime ("%Y-%m-%d") or nd.end.strftime ("%Y-%m-%d") |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello There! I've described my problem in this issue, but, unfortunately, nobody answered. Please, help me with this task.
Beta Was this translation helpful? Give feedback.
All reactions