Class TimeStampUtils
- java.lang.Object
-
- de.bytefish.pgbulkinsert.pgsql.utils.TimeStampUtils
-
public class TimeStampUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static longconvertToPostgresTimeStamp(LocalDateTime localDateTime)static inttoPgDays(LocalDate date)static LongtoPgSecs(LocalDateTime dateTime)
-
-
-
Method Detail
-
convertToPostgresTimeStamp
public static long convertToPostgresTimeStamp(LocalDateTime localDateTime)
-
toPgDays
public static int toPgDays(LocalDate date)
-
toPgSecs
public static Long toPgSecs(LocalDateTime dateTime)
-
-