-
Notifications
You must be signed in to change notification settings - Fork 126
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 for dates #997
Comments
I've been thinking about this for a related application. I'm not sure what the ideal format would be. One issue with ISO / time since 1970 is that, of course, it's only from 1970, so if people wanted to estimate things in history there would be issues. Do you have ideas about what format would be ideal? That said, I think this would be a decent amount of work, so I think it's unlikely I'll do it personally. |
Not necessarily. You could have a negative number of "days since epoch" to represent the dates before that. The 0-point doesn't really matter it just needs to be set to something. |
That's a good point. I've been thinking about this more, may do it eventually. |
Did you think about this more? |
No real update yet. I've been playing with this with a new experimental application, Estiband. I think doing it right is a bit tricky, it depends on how generic we want to be. You can go here and change "Unit type" to change the unit to one of date. This work definitely seems doable, but tricky. Dates would involve changing several parts, input, visualization, calculation. I'm working to set up a nonprofit and move Guesstimate into it, then continue development with Guesstimate a bit. The other nonprofit work would be pretty integrated, though somewhat separate. |
The tool is really useful for estimating how long things are likely to take considering multiple factors. It would be really nice if such things could be presented as dates (rather than just the numbers of days or similar). I imagine it being used mostly as the last step.
I imagine it could be implemented through:
a) a presentation option of a cell to treat the values as the number of days since some arbitrarily defined epoch (e.g. 01-01-1970) and format them as dates
b) a builtin function which converts a date in human format to days-since-epoch representation
The text was updated successfully, but these errors were encountered: