Database changes, but "Nothing to do"

I have two changes to ready to update in my Postgres db. I unchecked the timezone box on two fields.

When clicking update I get “Nothing to do”

image

There’s something wrong with postgresql date types

I made a report about it here

So I think it’s not really adding the timezone option and gets confused.

Maybe you can help. I am just trying to save the current utc time

and save in postgres. I either get the below issue:

or and out of range issue.

My understanding of Wappler and general programming is not that great so perhaps someone else can help you.

When I save users from server action oauth into postgres database, there is an option for NOW. This saves utc datetime so I’m not sure if moment is necessary.