diff --git a/doc/langdef.md b/doc/langdef.md
index de8431a9..b6c714bb 100644
--- a/doc/langdef.md
+++ b/doc/langdef.md
@@ -2200,7 +2200,7 @@ See [cel-go/issues/9](https://github.com/google/cel-go/issues/9).
-
+ |
string
|
@@ -2242,6 +2242,22 @@ See [cel-go/issues/9](https://github.com/google/cel-go/issues/9).
type conversion
|
+
+
+ (timestamp) -> string
+ |
+
+ type conversion, using the same format as timestamp string parsing
+ |
+
+
+
+ (duration) -> string
+ |
+
+ type conversion, using the same format as duration string parsing
+ |
+
timestamp
|