public class TimeStampUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static long |
convertToPostgresTimeStamp(LocalDateTime localDateTime) |
static int |
toPgDays(LocalDate date) |
static Long |
toPgSecs(LocalDateTime dateTime) |
public static long convertToPostgresTimeStamp(LocalDateTime localDateTime)
public static int toPgDays(LocalDate date)
public static Long toPgSecs(LocalDateTime dateTime)
Copyright © 2020. All rights reserved.