Now() function

I have an action adding info to log table.
There is a column saving create time(datetime),I use function now() to get current time.
Locale google sheet has been set to Aus and time zone as well.
However, while bots has been trigger, now() function return a American Time.

Am I make a mistake in setting?

0 9 195
9 REPLIES 9

As Im understand, you logs textual value for logged record.
Try to use time() function

Day,month and year info are necessary.So I tried DATETIME(now()).
Still showing American time.
Even TIME(NOW()) is the same result.

BTW, this are formulas inside the App or the spreadsheet?

inside action in the app.

Excuse me, pls!
On my previous post Im mistake function name. Not time(), but

Second param allows to set necessaryd format
(If we are speech about text field)

Which type is your “date” column?

Have you changed the Localization info under Data → Tables → Your table?

Yes, I checked.
After I change Locale in google sheet, Localization in Data has been changed automatically.

Steve
Platinum 4
Platinum 4

Where are you seeing the American time? Can you post a screenshot?


3X_3_f_3f59be77e0178cdddf774b95f2c63d9947f2cf3a.png

First Image is showing the log I got and second one is actual Eastern Time(GMT+10:00).

Top Labels in this Space