Telling My ColdFusion Connector/J JDBC MySql Connection String To Use UTC
A developer explains how to configure a ColdFusion JDBC connection string to use UTC time, fixing a 5-hour time discrepancy with MySQL.
A developer explains how to configure a ColdFusion JDBC connection string to use UTC time, fixing a 5-hour time discrepancy with MySQL.
A reference list of JDBC driver names and connection URL formats for numerous popular relational database management systems (RDBMS).
Explains how to correctly store and retrieve UTC dates in SQLite using the ADO.NET provider by setting DateTimeKind=Utc in the connection string.