bazelbuild / bazel-buildfarm

Bazel remote caching and execution service
https://bazel.build
Apache License 2.0
635 stars 199 forks source link

fix: prefer Timestamps.now() to add nanosecond granularity #1786

Closed jasonschroeder-sfdc closed 3 days ago

jasonschroeder-sfdc commented 6 days ago

Timestamps.fromMillis(System.currentTimeMillis()) is missing nanosecond field for the Timestamp data structure. Prefer Timestamps.now() to add it.