Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use unix timestamps instead of strings #103

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

FailSpy
Copy link
Contributor

@FailSpy FailSpy commented Mar 11, 2024

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
Copy link
Contributor Author

FailSpy commented Mar 11, 2024

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

Copy link
Owner

@Phazorknight Phazorknight left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks so much for this!
Gotta admit that I didn't put too much thought into saving the timestamp.

@Phazorknight Phazorknight merged commit 69eec42 into Phazorknight:main Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crash when opening escape menu
2 participants