Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Timestamp类型实际是google.protobuf.Timestamp类型,为cel表达式本身自带的类型
Timestamp
1234567890
2009-02-13T23:31:30Z
int()
int(timestamp('2009-02-13T23:31:30Z'))
getFullYear()
timestamp('2009-02-13T23:31:30Z').getFullYear()
2009
Was this page helpful?