Nikhil Sontakke 6b819de329 Fix error in show_chunks
If "created_after/before" is used with a "time" type partitioning
column then show_chunks was not showing appropriate list due to a
mismatch in the comparison of the "creation_time" metadata (which is
stored as a timestamptz) with the internally converted epoch based
input argument value. This is now fixed by not doing the unnecessary
conversion into the internal format for cases where it's not needed.

Fixes #6611
2024-03-07 19:04:00 +05:30
..
2024-03-07 19:04:00 +05:30
2023-11-15 12:17:33 -03:00
2023-11-04 13:29:02 -03:00
2024-03-07 19:04:00 +05:30
2023-10-09 09:10:04 -03:00
2022-09-23 11:40:48 +03:00
2022-09-23 11:40:48 +03:00
2023-11-04 13:29:02 -03:00
2024-01-22 09:18:26 +01:00