I need some guidance on this and wonder if this is an issue or a limitation of the database view.
So I have a number of fields in the database table which are DateTime type. I simply save the UTC_NOW datetime and in the database view it always shows as ‘1970-01-01 11:00:00’
I am using MYSQL 8 as created with Wappler. Mac user.
Okay, then I’d suggest you start troubleshooting all the steps. Break it down into pieces. For example, turn output on for the email set value, and disable everything else–do you get the expected output? Then enable the next step, with output on – do you get the expected output? Add temporary set value actions if needed, so you can see what the post values are, or look in the dev console to make sure the expected values are being sent.
This isn’t a app issue it s visual presentation issue in Wappler. I first went through everything and no issues with the app server connect at all.
I have connected up with Navicat and clearly that data is saving as it should be but the display view in Wappler is not correct or it doesn’t have the ability to display correctly.
View In Navicat all dates are saved and displayed as expected.
Ahh, glad it is sorted. I’d go with bug over limitation. I recall submitting a bug report related to db manager dates before, but it seems there is more work to be done.