Hi there,
I have a zap that is fires up every day at 00:00 and writes a record into a table. When the record is created, it also adds zap_meta_human_now: MM/DD/YY hh:mmAM/PM into a column named todaysdate.
I am on GMT timezone as per defaults.
When I tested this it ran fine and it was able to push the right information into the field, but when it ran on its own this morning, it added yesterday's date into the column:
createdTime:
2023-03-30T00:00:45.000Z
fields:
id:
19
todaysdate:
2023-03-29
dayofyear:
88
lastmod:
2023-03-30T00:00:45.000Z
This affects the dayofyear field because it uses a formula to grab todaysdate and conclude what day of the year it is.
What can I do to resolve this?