If you exist in the UTC+10-00 time zone, then:
After 10:00 AM (local) then no submitted builds are visible in the pipelines page:
https://app.circleci.com/pipelines/github/{your-github-org}.
The builds are submitted - they just aren’t visible in the pipelines page. They are visible again if you reset your local macine’s timezone to UTC.
Clearly there is disconnect between the local timezone collected from the user and the timezone applied to the underlying filter.
To be clear, if the current time is 20 June 2025 14:26 UTC+10:00 ( 20 June 2025 04:26 UTC ) and I select 20 June 2025 in the UI, I expect to see ALL builds submitted between 20 June 2025 00:00 UTC+10:00 (19 June 2025 14:00 UTC) and 20 June 2025 14:26 UTC+10:00 ( 20 June 2025 04:26 UTC ) not just that subset of builds submitted before 20 June 2025 10:00 UTC+10:00 ( 20 June 2025 0:00 UTC ) as is currently the case.
This is called time-zone aware application development.
It should also be noted that there is current no “no filter” option. You are forced to choose at least the current local date and as I explained before, if you do select that option, you don’t get to see any builds submitted after HH:MM in the local time zone on the current day where HH:MM is offset of the local timezone from UTC.
It is not just that the filter doesn’t work, it actively prevents you seeing any builds after HH:MM in local time.