Wrong date time using now function to insert into Knack

:bullseye: What is your goal?

Get the correct Log date/time when inserting a record

:thinking: What is the problem & what have you tried?

When I inserted a record, the time seemed to go 4 hours faster. I use the now function in the Log date/time field.

:camera_with_flash: Screenshots (scenario flow, module settings, errors)

Hello,

Welcome to the community @khanh_Ho.

Make has a timezone setting at the organization level, and the now function returns the current time in that timezone.

Learn more here: Manage time zones - Help Center

If your database expects UTC and your scenario is set to a different timezone, you’ll get this kind of offset.

Please check, how does your database handle dates – does it expect UTC or local time? Check the documentation if you’re not sure (and of course if you have access to it).

You can also learn more about working with dates here:

And here:

Have a nice day,
Michal