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

Datetime granularity should be optional #156

Open
maelp opened this issue Feb 5, 2019 · 0 comments
Open

Datetime granularity should be optional #156

maelp opened this issue Feb 5, 2019 · 0 comments

Comments

@maelp
Copy link

maelp commented Feb 5, 2019

Parsing Error

Version

On the current platform

Language

en

Parser input

"in 8 hours"

Parser output

gives TimeInterval but the timestamp is now + 8h +/- granularity (for instance it rounds the last minute). In some cases, the user might want to build an assistant to set a timer exactly 8h after the command, without some rounding. In this case it would be best if the default timestamp is the exact "now + 8h" time, and that if we want to provide granularity this should be optional in a different field

Parser expected output (Optional)

TimeInterval where the timestamp is now + 8h

@rosastern rosastern self-assigned this Feb 5, 2019
@rosastern rosastern removed their assignment Sep 27, 2019
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

2 participants