Commit Graph

1 Commits

Author SHA1 Message Date
Ghanan Gowripalan 279f9fcee7 Implement standard clock safely
Previously, tcpip.StdClock depended on linking with the unexposed method
time.now to implement tcpip.Clock using the time package. This change
updates the standard clock to not require manually linking to this
unexported method and use publicly documented functions from the time
package.

PiperOrigin-RevId: 371805101
2021-05-03 16:45:48 -07:00