Question
__DATE__ macro expansion incorrect in editor
Gcc and Visual Studio correctly compile today's date __DATE__ to "May 6 2024". However STM32CubeIDE editor expands the macro incorrectly if I hover the cursor over it.
- Month name is in Dutch
- Month name is in lower case
- Day of month is left-padded with 0 instead of a space

