vanna-ai / vanna

🤖 Chat with your SQL database 📊. Accurate Text-to-SQL Generation via LLMs using RAG 🔄.
https://vanna.ai/docs/
MIT License
9.12k stars 673 forks source link

There is a problem with the date format displayed on the web side #521

Open TongEc opened 1 week ago

TongEc commented 1 week ago

When the table has a date format, the date format displayed on the web side is abnormal.

like this: image image

I tried to look through the source code to find where the problem might be, but unfortunately I couldn't find it, please let me know where this might be a problem and I'll try to make the changes.