-
-
Notifications
You must be signed in to change notification settings - Fork 241
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
status should also report the exact start date/time #33
Comments
Here's a possible implementation:
|
Unfortunately
(Notice the "U11r" at the end.) |
@SpotlightKid what do you mean by "doesn't seem to provide a way to escape formatting characters"? To me, it is just that neither What did you expect? Because, your patch looks good to me. |
"Uhr" means "o'clock" in German and is normally part of a time specification here. I wanted to include it in in the time format string but with
Update: Sidenote: Does watson really need |
For the sake of completeness, here's the version using
|
ah, right. Didn't think about it, sorry :/ There is an issue for supporting escaping chars with |
So, which branch should I use as a base for creating a pull request, |
…azzband#33, `strftime` version)
@SpotlightKid |
Information like
an hour ago
may be pretty but often isn't very useful or accurate.Currently you have to manually open the
state
file any then convert the unix timestamp to see the exact start time of a running frame. Or did I miss another way to do this?The text was updated successfully, but these errors were encountered: