I put UTC time into MySQL DB using `it.prepareStat...
# random
h
I put UTC time into MySQL DB using
it.prepareStatement(updateStatement).use { it.setTimestamp(1, java.sql.Timestamp(Instant.now().toEpochMilli()))