creationDateTime = new DateTime(creationDate,DateTimeZone.UTC) | creationDateTime = ZonedDateTime.ofInstant(Instant.ofEpochMilli(creationDate),ZoneOffset.UTC) | new DateTime(creationDate,DateTimeZone.UTC) | ZonedDateTime.ofInstant(Instant.ofEpochMilli(creationDate),ZoneOffset.UTC) | elasticsearch | ac4e0f1b1d34d913b7d5394ba99794e06186d757 | org.elasticsearch.cluster.metadata.IndexMetaData | | _1 | creationDateTime |
---|
_2 | creationDateTime |
---|
| | - java.time.ZonedDateTime
- java.time.Instant
- org.joda.time.DateTime
| | AssignedTo | True |
timestamp = new DateTime(in.readLong(),DateTimeZone.UTC) | timestamp = ZonedDateTime.ofInstant(Instant.ofEpochMilli(in.readLong()),ZoneOffset.UTC) | new DateTime(in.readLong(),DateTimeZone.UTC) | ZonedDateTime.ofInstant(Instant.ofEpochMilli(in.readLong()),ZoneOffset.UTC) | elasticsearch | 9b64558efb71f1564cd97c02e427a52f521cef8c | org.elasticsearch.xpack.core.watcher.actions.ActionStatus.Throttle | | | | - java.time.ZonedDateTime
- java.time.Instant
- org.joda.time.DateTime
| | AssignedTo | True |