grpc / grpc-java

The Java gRPC implementation. HTTP/2 based RPC
https://grpc.io/docs/languages/java/
Apache License 2.0
11.48k stars 3.85k forks source link

core: combined epoch seconds and nanos changes in TimeProvider #11604

Closed vinodhabib closed 3 weeks ago

vinodhabib commented 1 month ago

Added changes to get the Timestamp in epoch nanoseconds.

Fixes https://github.com/grpc/grpc-java/issues/5494