SyntaxFix
Write A Post
Hire A Developer
Questions
In a specific case where your epoch seconds timestamp comes from SQL or is related to SQL somehow, you can obtain it like this:
long startDateLong = <...> LocalDate theDate = new java.sql.Date(startDateLong).toLocalDate();