Class GeoIp2Location


  • public final class GeoIp2Location
    extends com.maxmind.geoip2.record.Location
    This class contains minFraud response data related to the GeoIP2 Insights location.
    • Method Detail

      • getLocalTime

        public String getLocalTime()
        Returns:
        The date and time of the transaction in the time zone associated with the IP address. The value is formatted according to RFC 3339. For instance, the local time in Boston might be returned as "2015-04-27T19:17:24-04:00".
      • getLocalDateTime

        public ZonedDateTime getLocalDateTime()
        Returns:
        The date and time of the transaction in the time zone associated with the IP address as a ZonedDateTime.