Deployed app not showing time in date
I`m using t3 stack with Supabase, on local machine I can query full date with time stamp without any problems, but when I deploy my app to Vercel, it shows time as 00:00 when I query something.... Someone knows what's up with that?
4 Replies
This is what deployed website displays on Vercel
This is what it shows locally (same db)
Do you have any code to format the date? My guess is that it's something to do with the timezone set on your local machine vs the timezone of the server
I have client side date formatting, server uses Prisma date element
I think I somehow manached to get it working, don’t know how, but it works 😂