#HawaiTimeZone

I have an Issue where the date of an registration is approved today using Now Function we are saving today's date but it is Taking Tomorrows Date for the Hawai Users.

Can you please help me with this Issue.

We basically write

a!save(ri!date,now)

  Discussion posts and replies are publicly visible

Parents Reply Children
  • No, I'm only suggesting that if you're already using stored procedures to write the datetimes and they're showing incorrectly.

    If you're not using stored procedures or database functions, ensure your process model and specific user timezone is set correctly. PM timezones can be controlled in the process model properties and users' timezones can be set by selecting the username in the top right corner of the runtime designer interface.

    You can also test this by running now() in the expression editor to see what is returned.