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

Better support for date-time #51

Open
ILAsoft opened this issue Jul 26, 2019 · 0 comments
Open

Better support for date-time #51

ILAsoft opened this issue Jul 26, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@ILAsoft
Copy link

ILAsoft commented Jul 26, 2019

Is your feature request related to a problem? Please describe.
It is very hard to work with date-time fields (eg "query" on them). The interface already supports unix datetime as a number, but a better support for it would be appreciated. EG. I can scan for event_times > "number" 1564072758970 right now, but I have to figure out said number. Note, this is not about the string (eg 2019-07-25T20:17:45.046226) based values as those I believe are much tougher to work w/in Dynamo as it is. Similarly not covering Date and Calendar types (https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBMapper.DataTypes.html) as they don't seem to be as prevalent at this time/yet.

Describe the solution you'd like
It would be nice to be able to select it via a date-time picker (and better yet, to also have some common choices in addition to it, eg last 15 minutes and the like).

Describe alternatives you've considered
Currently using number based approach, eg. scan for event_times > "number" 1564072758970

Additional context
Add any other context or screenshots about the feature request here.
image

@Arattian Arattian added the enhancement New feature or request label Jul 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants