teable icon indicating copy to clipboard operation
teable copied to clipboard

Exact DateTime Filter Always Ignores Time Component

Open dkindlund opened this issue 4 months ago • 3 comments

Describe the bug When creating any sort of filter that uses an exact DateTime, the filter always ignores the Time component.

https://github.com/user-attachments/assets/be23ca87-c63c-4628-b407-cf4acf3a34ee

Expected behavior I expect the Time component of an exact DateTime filter to be used correctly.

** Client (please complete the following information):**

  • OS: [e.g. macOS]
  • Browser [chrome]
  • Version [139.0]

Platform (Please tell us which deployment version you are using) [docker-standalone]

dkindlund avatar Sep 06 '25 21:09 dkindlund

Note: I just upgraded to the latest version of teable 0.4.0-alpha+1.9.1-build.371 and this problem still exists.

dkindlund avatar Sep 06 '25 22:09 dkindlund

Filter data accurate is day, if you want to filter by hour or minute. It's good way to set a formula field to extra the hour or the whole date string then filter accurately.

caoxing9 avatar Sep 08 '25 04:09 caoxing9

Filter data accurate is day, if you want to filter by hour or minute. It's good way to set a formula field to extra the hour or the whole date string then filter accurately.

Hi @caoxing9 , understood. Yes, there's a workaround where I can create a formula to extract out the hour or minute components from the timestamp and then apply a filter.

Still, long-term, it would be helpful if the default timestamp filter actually used the HH:MM component so that I don't need to use this workaround. Thanks!

dkindlund avatar Sep 08 '25 15:09 dkindlund