now = new DateTime(0,UTC) | now = Instant.ofEpochMilli(0).atZone(ZoneOffset.UTC) | new DateTime(0,UTC) | Instant.ofEpochMilli(0).atZone(ZoneOffset.UTC) | elasticsearch | 9b64558efb71f1564cd97c02e427a52f521cef8c | org.elasticsearch.xpack.watcher.history.HistoryStoreTests | | | | - org.joda.time.DateTimeZone.UTC
- java.time.Instant
- org.joda.time.DateTime
| | AssignedTo | True |
now = new DateTime(clock.millis(),UTC) | now = Instant.ofEpochMilli(clock.millis()).atZone(ZoneOffset.UTC) | new DateTime(clock.millis(),UTC) | Instant.ofEpochMilli(clock.millis()).atZone(ZoneOffset.UTC) | elasticsearch | 9b64558efb71f1564cd97c02e427a52f521cef8c | org.elasticsearch.xpack.watcher.WatcherIndexingListener | | | | - org.joda.time.DateTimeZone.UTC
- java.time.Instant
- org.joda.time.DateTime
| | AssignedTo | True |