What
The codelab #8 at https://codelabs.developers.google.com/codelabs/cel-go#8 is not clear in the distinction between time.Now() and tpb.Timestamp{}.
To Fix
- Document exactly and in detail the reasons why you would use
time.Now() versus &tpb.Timestamp{Seconds: time.Now().Unix()}.
- What are the effects of choosing one over the other.