summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/tcpip_state.go
AgeCommit message (Collapse)Author
2021-10-07Store timestamps as time.TimeTamir Duberstein
Rather than boiling down to an integer eagerly, do it as late as possible. PiperOrigin-RevId: 401599308