OriginalCompleteBeforeOriginalCompleteAfterBeforeAfterProjectCommitCompilationUnitLineNosNamesTemplateVariableToCodeBeforeRelevantImportsTemplateVariableToCodeAfterisRelevantisSafe
now = new DateTime(0,UTC)now = Instant.ofEpochMilli(0).atZone(ZoneOffset.UTC)new DateTime(0,UTC)Instant.ofEpochMilli(0).atZone(ZoneOffset.UTC)elasticsearch9b64558efb71f1564cd97c02e427a52f521cef8corg.elasticsearch.xpack.watcher.history.HistoryStoreTests
_179
_281
_1now
_2now
v00
  • org.joda.time.DateTimeZone.UTC
  • java.time.Instant
  • org.joda.time.DateTime
v00
AssignedToTrue
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)elasticsearch9b64558efb71f1564cd97c02e427a52f521cef8corg.elasticsearch.xpack.watcher.WatcherIndexingListener
_1104
_2105
_1now
_2now
v0clock.millis()
  • org.joda.time.DateTimeZone.UTC
  • java.time.Instant
  • org.joda.time.DateTime
v0clock.millis()
AssignedToTrue