OriginalCompleteBeforeOriginalCompleteAfterBeforeAfterProjectCommitCompilationUnitLineNosNamesTemplateVariableToCodeBeforeRelevantImportsTemplateVariableToCodeAfterisRelevantisSafe
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)elasticsearchac4e0f1b1d34d913b7d5394ba99794e06186d757org.elasticsearch.cluster.metadata.IndexMetaData
_11348
_21348
_1creationDateTime
_2creationDateTime
v0creationDate
  • java.time.ZonedDateTime
  • java.time.Instant
  • org.joda.time.DateTime
v0creationDate
AssignedToTrue
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)elasticsearch9b64558efb71f1564cd97c02e427a52f521cef8corg.elasticsearch.xpack.core.watcher.actions.ActionStatus.Throttle
_1485
_2487
_1timestamp
_2timestamp
v0in.readLong()
  • java.time.ZonedDateTime
  • java.time.Instant
  • org.joda.time.DateTime
v0in.readLong()
AssignedToTrue