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

Timestamp #98

Open
BranchyHasLeft opened this issue Aug 10, 2019 · 2 comments
Open

Timestamp #98

BranchyHasLeft opened this issue Aug 10, 2019 · 2 comments

Comments

@BranchyHasLeft
Copy link

Is there any way to replace the 00:00 timestamp format with the regular minutes format?
For example, the way it is right now it goes from 00:00 up to 24:00 (hours:minutes) before resetting. But, I don't want it to reset. I want it to show how many minutes, hours and days it's been on, like it does with normal programs. Instead of saying 00:30 for 30 minutes, it'd just say for 30 minutes. Is there any way for me to set it to this, and if not, a way for me to get rid of the 24 hour limit on time elapsed?

@bonkmaykrQ
Copy link

Just check every time it hits 24 hours and make it add 1 to a separate integer. Then add (24 hours times that integer) plus (the current timestamps value)

@bhavyagosai
Copy link

Check out #138 or this repo!

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

No branches or pull requests

3 participants