### Description In Gantt diagrams, when dateFormat is 'YYYY-MM-DD HH:mm:ss', excluding specific dates are ignored. ### Steps to reproduce a Gantt diagram code ```mermaid gantt dateFormat YYYY-MM-DD HH:mm:ss excludes 2025-07-07 section Section A task :a1, 2025-07-04 20:30:30, 2025-07-08 10:30:30 Another task :after a1, 20h ``` <img width="1748" height="210" alt="Image" src="https://github.com/user-attachments/assets/5ec31407-b2b3-42ee-90c5-017b4a01a9bc" /> ### Screenshots _No response_ ### Code Sample ```text ``` ### Setup - Mermaid version: 11.7.0 - Browser and Version: Firefox 128.12.0esr ### Suggested Solutions _No response_ ### Additional Context _No response_