How to get the time for a calendly booking without conveting it to my n8n timezone

I am using Calendly to get records from Calendly and feeding them to an airtable, and sending slack notifications on the ne contact information.
When collecting the data, n8n converts it to the timezone used on my local instance instead of using the time used on the calendly link.

gets me the time on n8n as

image

Is there a way I can make this data consistent whereby if the created time is 1:00 PM Friday, the same date and time should be collected

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

It’s not an instance time (unless you are using the London timezone), the node has retrieved time in ISO format, you just need to convert it to the desired time format

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.