My solution:
Timestamp.valueOf(ZonedDateTime.now(ZoneOffset.UTC).toLocalDateTime())
For database purpose, I recommend you to use: OffsetDateTime.Please avoid the java.sql.Timestamp for database fields. It is old and not so friendly to work with new Java date time format (and time offsets)