Using Confiforms, I am trying to filter by the created metadata field (labeled below as "date") in a table view. I only want to show entries submitted between Jan. 24 at 3:01 pm and Feb. 7 at 3 pm. As you can see, that's not what's displayed. Here is what I have as my current filter:
created:<[date20240207 15:00] AND created:>[date20240124 15:01]
Can someone please let me know what I am doing wrong? I assume it's related to time zones? For context, I work for a global company (and am not an admin for our Confluence).
Hi
Created field uses an UTC timestamp, so, will need to provide the values for [date20240207 15:00] in UTC timezone
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.