Phazorknight / Cogito

Immersive Sim Template Project for GODOT 4
MIT License
873 stars 100 forks source link

Use unix timestamps instead of strings #103

Closed FailSpy closed 7 months ago

FailSpy commented 7 months ago

Fixes #101 Happened to spot this out of the corner of my eye, wanted to suggest this as a potential way forward. Also allows future time formatting capability, as it merely gets stored as a Unix timestamp which is very stable output for storage, and then converted to how it wants to be formatted when it goes to render it.

FailSpy commented 7 months ago

Force push was just to squash the commits to make it a little neater