Has anyone had an issue with 'time_date' not working?

I added time_date when I first started my Home Assistant on a Raspberry Pi 4 and it worked fine. Somewhere along the line it stopped working with “Sensor not available: sensor.time_date” showing where I previously had it showing fine. I copied the code from www.home-assistant.io/integrations/time_date page.

Working fine here. Logs?

Working fine for me also, although I only use sensor.time.

Nothing in the logs. I just tried to comment out the code in YAML file, restrted, then added it back in and restarted. Same thing.

So the log doesn’t even say it is setting up time_date?

grep time_date /config/home-assistant.log

I cleared the log, restarted HA and then checked the log again. Nothing comes up if I search “time_date” or even grep. I am not sure if I am looking in the right place. I should be looking under Settings > System > Logs, correct?

I told you the command to run.