-
Notifications
You must be signed in to change notification settings - Fork 80
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
Support times for due dates #109
Comments
Okay, so this makes sense. I was actually thinking of additional changes that contribute to this:
|
I'm labelling this |
I just realized we need to implement this for #108 to work/make sense (for some reason I'd assumed we'd done this already). |
I don't understand what you mean. What did you think was implemented already? |
Well, without date/time separation (the suggestion here), the code for #108 won't work, because |
#117 fixes this. I chose a route that doesn't implement a config option for |
time_format
configuration parameter that, if non-empty, is additionally used to format due datetimes. It should be omitted ifDUE
does not have a time component.%H
, %Mand so on in
date_format` (I'm currently doing that)%Y
etc intime_format
The text was updated successfully, but these errors were encountered: