As concerning as that is, its a valid way to work. And hence my suggestions about various ways to handle such scenario.
In our office, we update 2-3 days after release. We wait out a bit to see any big issues that might have snuck into the update. But we've made it a habit to stay on the latest version.
I need stability, stability, stability, so it just feels very comfortable to me!
I scan all the bug posts, and upgrade on a Tuesday or Wednesday when a release feels particularly solid and if I fancy using some new feature that has come along...
The DB stored date is ok according to my timezone but during fetching it changes to UTC similar to this format “2021-12-31T23:00:00.000Z” The solution:
During the wappler custom query in PostgreSql i have used
table.date::text
and its working perfectly.
If you have solved this issue in any other way please comment here.
I am working on my first NodeJS project. I’m converting a PHP project I just started so I figured why not. I already had a login code expiration query working in the PHP version so when I recreated my server connect php files in json the select query for the code expiration date kept returning a javascript Date object and I was banging my head against the wall until I found this post.