You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to insert the clickhouse type Date from js Date().
I tried new Date().toISOString().substr(0,10) which worked fine but reading it causes it to return a String.