From local host
{
"prantall": 1,
"navn": "230V 32A 8 meter"
},
"quutleide": [
{
"datoer": "2024-07-06",
"antallutleid": 1
},
And from docker
{
"prantall": 1,
"navn": "230V 32A 8 meter"
},
"quutleide": [
{
"datoer": "2024-07-06T00:00:00.000Z",
"antallutleid": 1
Any idea on how to not get the time. I dont know why it just apears in the docker/remote web server and not in the local server.
Are both using the same database or different? It could perhaps be possible that one has DATE
as field type and the other DATETIME
.
Some extra information about the 2 servers would be useful, are you running NodeJS or PHP?
It is the same database in mysql.
The first webpage is the localhost on wappler the other webpage is nodeJS, docker on Hetzner server.
And what is your time zone setting for the database connection as well remote docker NodeJS ?
It was the timezone settings