I have noticed that when we set due_at (date and time) for a task, API response gives an timestamp in UTC. But when we see due_on, this date stays in the user’s timezone. See the below screenshot
Do I need to fetch user’s timezone to convert it back to UTC OR its a bug in Asana API?
How do I convert the timezone to my local one within the due_at field? I tried several snippets and it is always overwritten and converted to UTC again.
I put the same code into the task description and it showed the right date and time. Has anyone experienced that?
Hi @Marie_Brandenburg,
I’m not sure I understand the question. due_at
is in UTC within the Asana data store; you can’t supply it in your local time.