I have some data like
id post created_at
1 test timestamp
2 hello timestamp
3 test timestamp
- how can return data for specific date for example
2020-06-14 - how can return data for specific hour from specific date
2020-06-14 11
i use rails, postgres