Is this osmething to do with timezones?
# prisma-whats-new
s
Is this osmething to do with timezones?
a
@samjbmason Either that, or you have a very slow internet connection 😃
s
Ha ha I doubt its that slow plus its from a user input
It's not very obvious what could be going wrong
it showing the graph.cool logs as being the correc tvalue but then in the user interface its incorrect
a
If the value in graphcool is correct (in the Playground), then it's the display side. Dates are returned as UTC, there might be some culture setting display thing going on
Can you check the response from the call to the graphcool API in the network tab in your browser dev tools, to see the actual value returned by graphcool ?

https://snag.gy/GWtz6p.jpg

Like the createdAt in this sample screenshot
s
Yes it looks like its just a display issue in the data viewer
n
@samjbmason the Databrowser displays the data with regards to your local timezone
s
Ah right so in my case it would move it forward an hour because of BST
n
I noted some possible improvements down here: https://github.com/graphcool/console/issues/539 🙂
👍🏻 2
to really make sure what the data is, you can query it using the Playground