Time¶ Timestamp A timestamp object contains a datetime representation of the time being marked and a string label for this timestamp. pydantic model Time[source]¶ A block containing lists of objects describing timestamp information for this data object, if applicable, like Flow simulator restart dates, or dates for seismic 4D surveys. See Time. Note data.time items can currently hold a maximum of two values. Fields: t0 (fmu.dataio._models.fmu_results.data.Timestamp) t1 (fmu.dataio._models.fmu_results.data.Timestamp | None) field t0: Timestamp [Required]¶ The first timestamp. See Timestamp. field t1: Optional[Timestamp] = None¶ The second timestamp. See Timestamp.