java.lang.Object
es.kukenan.smartfi.microservice.backoffice.dtos.core.util.DateTimeUtil

public class DateTimeUtil extends Object
Fides utilities.
  • Field Details

  • Constructor Details

    • DateTimeUtil

      public DateTimeUtil()
  • Method Details

    • getZoneDateTime

      public static ZonedDateTime getZoneDateTime(String str)
      Return the ZonedDateTime corresponding to the given date string in Fides DB format.
      Parameters:
      str - the given date string in Fides DB format.
      Returns:
      the ZonedDateTime.
    • getLocalDate

      public static LocalDate getLocalDate(String str)
      Return the LocalDate corresponding to the given date string in Fides DB format.
      Parameters:
      str - the given date string in Fides DB format.
      Returns:
      the LocalDate.