Package org.vast.util

Class ZonedTimeExtent

java.lang.Object
org.vast.util.TimeExtent
org.vast.util.ZonedTimeExtent

public class ZonedTimeExtent extends TimeExtent

A TimeExtent with a time zone.

Begin and end time are always stored as UTC instants, but a zoned

  • Field Details

    • timeZone

      protected ZoneId timeZone
  • Constructor Details

    • ZonedTimeExtent

      protected ZonedTimeExtent()
  • Method Details