79106521

Date: 2024-10-20 07:05:39
Score: 2
Natty:
Report link

First of all FATAL is client side error so try to check and try to match server and client time zone like i fix this

i am using spring boot App

i just add

TimeZone.setDefault(TimeZone.getTimeZone("Asia/Kolkata"));

in mainfile of spring boor app..

to set my request timezone and match with my server timezone.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ashwani gupta