Timing related with data of plant project

My project worked exactly correct,but the time of data I’m getting on my bolt cloud is incorrect.

Instead The time of same data is getting exactly correct on my bolt app

WHY IS THIS SO?

Can you elobrate your question

@rutikyerunkar maybe your time in your laptop would have been wrong.

I checked that,it’s not the issue.

May be resetting the time of your system and then logging in on a new tab Will do. Also deploy your source code once again after confirming that it’s not having any errors.

Hi @rutikyerunkar,

The date data from Bolt Cloud is sent in UTC format to the browser and and then its converted in local timing based on the browser time.

Check if the date and time is correctly set on your browser http://pch.custhelp.com/app/answers/detail/a_id/580/~/how-do-i-set-my-time%2C-date-and-time-zone%3F

To check the date on your browser.
Open any website and right click on the page -> inspect element and then click on console and type the below code.

new Date();

and it will print the current date and time.

35%20AM

DO let me know in case you need any other information.