Hi @dmrudakov , take a look at your workflow / Google Sheet now and let me know if that works.
By the way, we don’t traditionally help users write Node.js code. We have to focus on supporting the Pipedream platform itself. Luckily, Stack Overflow and a number of other sites are great places to ask questions about this kind of code.
FYI for anyone else who sees this, here’s the code:
const { formatToTimeZone } = require('date-fns-timezone');
const format = 'DD.MM.YYYY HH:mm:ss ZZ';
return formatToTimeZone(event.action.date, format, { timeZone: 'Europe/Moscow' });