Godot Version
4.5
Question
I’m wanting to make a digital clock with a label, but I can’t find a way to retrieve the local time from my laptop. I’ve seen people get the time using OS.get_time() but it gives me an error saying the function doesn’t exist. Is there a different way to do it?