What is your goal?
I want my form to capture the exact date and time when a user submits it, in New York timezone, in separate fields for date and time.
What is the problem?
When I try to use the now function, it doesn’t register at all once I add the parentheses. It doesn’t show the correct time or timezone. My Make account is set to New York time, but the function doesn’t work as expected.
What have you tried so far?
I tried using:
{{formatDate(now; “MM/DD/YYYY”; “America/New_York”)}}
…but as soon as I add the parentheses for now(), it doesn’t read the function at all. I’ve also tried using formatDate with different formats and timezones, but it still doesn’t return the correct New York time.
