I'm doing a manual INSERT where I have to format a DateTime value in C#. The resulting string is put into a a SQL query. I need a cross-platform format that can be hendled by Oracle, SQL Server and Firebird.
Example:
With
yyyy-mm-ddyou save the date correctly without relying on the language of the database.
I need the format not to uncouple from language but from vendor quirks.