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
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

I adedd it like this is it right?
Yes looks good.
If the
Execute on client
option is checked, it should work fine