minvws / nl-kat-coordination

OpenKAT scans networks, finds vulnerabilities and creates accessible reports. It integrates the most widely used network tools and scanning software into a modular framework, accesses external databases such as shodan, and combines the information from all these sources into clear reports. It also includes lots of cat hair.
https://openkat.nl
European Union Public License 1.2
127 stars 58 forks source link

Implement Form input date #3255

Open NoemiOverdijk opened 3 months ago

NoemiOverdijk commented 3 months ago

This component is required for the new filters & query design and ready for implementation: You can find the component and documentation here in the Component Library

Image

underdarknl commented 3 months ago

Date-time fields are notoriously hard to do right, in principal I do not want to re-implement basic browser functionality, but alas, datetime fields are only possible in the local-timezone. Due to openKAT still being UTC-only in the frontend, this collided with each other.