State History and Graphs 8 Hours behind

HI ALl
Here is a strange one… Most of my state history and graphs are not displaying the correct details for the past 8 hours. .

Here is an example
image
The funny thing is as time moves, it does update, its just that the most recent last 8 hours is just one settings

I think it could be something to do with UTC, since I am in australia, we are ahead of UTC. however i have the correct time zone. ALso I have been running this install for 2 years, but it only just started in the past few days.

I haven’t done a database reset yet, which I might try, but thought if there is any question suggestions

P.S Running Hass.io on raspberry Pi

What does the dev tools template editor output for this:

{{ utcnow() }}
{{ now() }}
{{ utcnow().astimezone() }}
{{ now().astimezone() }}
{{ utcnow().tzinfo }}
{{ now().tzinfo }}
{{ now().astimezone().tzinfo }}

Here is the output. Seems Correct TZ

2019-05-08 04:34:49.748783+00:00
2019-05-08 14:34:49.749040+10:00
2019-05-08 14:34:49.749380+10:00
2019-05-08 14:34:49.750206+10:00
UTC
Australia/Melbourne
AEST

No problem with your HA or HassOS time then.

Just an FYI for anyone who was following this thread. I reset my database and it fixed it all up…