Hi,
I’m encountering an issue with dates in Google Sheets when integrating with n8n. Here’s the problem:
- In my Google Sheet, the dates are in European format (dd/MM/yyyy).
- When n8n reads these dates, it doesn’t recognize them as dates but instead interprets them as strings.
- If I change the format in Google Sheets to American style (MM/dd/yyyy), n8n correctly recognizes them as dates.
However, I prefer to keep the European date format in my Google Sheet. Is there a way to make n8n correctly interpret European-format dates without changing the format in Google Sheets?
Any suggestions on how to resolve this would be greatly appreciated. Thank you!
Debug info
core
- n8nVersion: 1.50.1
- platform: docker (self-hosted)
- nodeJsVersion: 20.15.0
- database: postgres
- executionMode: regular
- concurrency: -1
- license: community
- consumerId: unknown
storage
- success: all
- error: all
- progress: false
- manual: true
- binaryMode: memory
pruning
- enabled: true
- maxAge: 336 hours
- maxCount: 10000 executions
Generated at: 2024-07-24T14:36:29.186Z