Class Timestamps2

java.lang.Object
dev.enola.common.protobuf.Timestamps2

public final class Timestamps2 extends Object
Utilities to help create/manipulate protobuf/timestamp.proto on Java 8+. NB: Timestamps does not support Instant, yet.
  • Method Details

    • fromInstant

      public static com.google.protobuf.Timestamp fromInstant(Instant i)
    • toInstant

      public static Instant toInstant(com.google.protobuf.Timestamp ts)
    • epochMillis

      public static long epochMillis(com.google.protobuf.Timestamp ts)