uestion About system.now Timezone Behavior in Typebot

If we set system.now as a variable in Typebot and do not specify a separate time zone, does this time reflect the user's local PC time? One of our users keeps reporting that the timestamp appears in UTC+9, even though they are accessing Typebot from Korea. We are reaching out to clarify because we use Typebot for users worldwide.
4 Replies
Baptiste
Baptiste3mo ago
It won't reflect use's timezone because the block is executed on our server by default If you need user's timezone, you'd have to do it with a custom code executed on the client
new Date().toISOString()
new Date().toISOString()
오스카
오스카OP3mo ago
No description
오스카
오스카OP3mo ago
I adedd it like this is it right?
Baptiste
Baptiste3mo ago
Yes looks good. If the Execute on client option is checked, it should work fine

Did you find this page helpful?