Field type should include a "DateTime" field #40560
Unanswered
artumi-richard
asked this question in
Projects and Issues
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Select Topic Area
Product Feedback
Body
Hi.
GutHub Projects already has a "Date" field. A "DateTime" field would be good as well, so, for example, we can specify deadlines for projects to the minute. A custom field called "Deadline" would benefit from being of this type.
This would require some better filtering if datetimes were added, e.g.
deadline:>"@now"rather than@today.Also, it would be good if we could have some time intervals for relative times, e.g
deadline:>"@now - interval '2 days'"in order to show what deadlines we have coming up in the next 2 days.I've taken the
interval '2 days'from PosgreSQL's formatting, which extends in the way you might imagine, instead of days you could say weeks, hours, minutes and so on.Other suggestions for magic time values:
@thisweek@thismonth@lastweek@lastmonth@nextweek@nextmonthI'm sure you get the idea...
Thanks again!
All reactions