sentDate = new DateTime(randomInt(),DateTimeZone.UTC) | sentDate = Instant.ofEpochMilli(randomInt()).atZone(ZoneOffset.UTC) | new DateTime(randomInt(),DateTimeZone.UTC) | Instant.ofEpochMilli(randomInt()).atZone(ZoneOffset.UTC) | elasticsearch | 9b64558efb71f1564cd97c02e427a52f521cef8c | org.elasticsearch.xpack.watcher.notification.email.EmailTests | | | | - java.time.Instant
- org.joda.time.DateTime
| | AssignedTo | True |
timestamp = new DateTime(in.readLong(),DateTimeZone.UTC) | timestamp = Instant.ofEpochMilli(in.readLong()).atZone(ZoneOffset.UTC) | new DateTime(in.readLong(),DateTimeZone.UTC) | Instant.ofEpochMilli(in.readLong()).atZone(ZoneOffset.UTC) | elasticsearch | 9b64558efb71f1564cd97c02e427a52f521cef8c | org.elasticsearch.xpack.core.watcher.actions.ActionStatus.Execution | | | | - java.time.Instant
- org.joda.time.DateTime
| | AssignedTo | True |
timestamp = new DateTime(in.readLong(),DateTimeZone.UTC) | timestamp = Instant.ofEpochMilli(in.readLong()).atZone(ZoneOffset.UTC) | new DateTime(in.readLong(),DateTimeZone.UTC) | Instant.ofEpochMilli(in.readLong()).atZone(ZoneOffset.UTC) | elasticsearch | 9b64558efb71f1564cd97c02e427a52f521cef8c | org.elasticsearch.xpack.core.watcher.actions.ActionStatus.AckStatus | | | | - java.time.Instant
- org.joda.time.DateTime
| | AssignedTo | True |
lastCollection = new DateTime(Math.round(subAggregation.getValue()),DateTimeZone.UTC) | lastCollection = Instant.ofEpochMilli(Math.round(subAggregation.getValue())).atZone(ZoneOffset.UTC) | new DateTime(Math.round(subAggregation.getValue()),DateTimeZone.UTC) | Instant.ofEpochMilli(Math.round(subAggregation.getValue())).atZone(ZoneOffset.UTC) | elasticsearch | 85b4bfe3ff119b3b7fa48631c6fc4a0bf9e1816d | org.elasticsearch.xpack.monitoring.exporter.local.LocalExporterIntegTests | | _1 | lastCollection |
---|
_2 | lastCollection |
---|
| v0 | Math.round(subAggregation.getValue()) |
---|
| - java.time.Instant
- org.joda.time.DateTime
| v0 | Math.round(subAggregation.getValue()) |
---|
| AssignedTo | True |