bossenti opened a new issue, #1938: URL: https://github.com/apache/streampipes/issues/1938
### Apache StreamPipes version dev (current development state) ### Affected StreamPipes components UI ### What happened? When selecting a datetime in the data explorer, e.g., to filter data for a certain period of time, values between 12 AM and 1 AM cause a confusing representation. ### How to reproduce? When selecting a datetime within the data explorer <img width="920" alt="image" src="https://github.com/apache/streampipes/assets/50115603/7c43f5e5-4ec2-4f50-9447-0af13fd8e18e"> from 12 AM on <img width="298" alt="image" src="https://github.com/apache/streampipes/assets/50115603/d93f7c52-350b-4efa-8f61-081fbf449a40"> the value is then converted to `24:00` which is confusing. <img width="153" alt="image" src="https://github.com/apache/streampipes/assets/50115603/09830ad4-6e4a-4d69-80da-baea78fc8e17"> Even worse, when selecting a time after 12 AM <img width="292" alt="image" src="https://github.com/apache/streampipes/assets/50115603/c3fd75ec-afe6-4a95-8e9e-839ed64be86b"> it is displayed as `24:xx` which is just wrong. <img width="145" alt="image" src="https://github.com/apache/streampipes/assets/50115603/0946e5a2-b098-41a6-bb00-6f07bc320a60"> ### Expected behavior Datetime values between 12 AM and 1 AM should be displayed as `00:xy`. ### Additional technical information _No response_ ### Are you willing to submit a PR? None -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
