diff --git a/godoc/static/package.html b/godoc/static/package.html
index 9c81890a..e11b886d 100644
--- a/godoc/static/package.html
+++ b/godoc/static/package.html
@@ -319,6 +319,7 @@
net — additional networking packages.
sys — packages for making system calls.
text — packages for working with text.
+ time — additional time packages.
tools — godoc, goimports, gorename, and other tools.
tour — tour.golang.org's implementation.
exp — experimental and deprecated packages (handle with care; may change without warning).
diff --git a/godoc/static/static.go b/godoc/static/static.go
index 525f8fe3..19d6db2d 100644
--- a/godoc/static/static.go
+++ b/godoc/static/static.go
@@ -1939,6 +1939,7 @@ function cgAddChild(tree, ul, cgn) {
net — additional networking packages.
sys — packages for making system calls.
text — packages for working with text.
+ time — additional time packages.
tools — godoc, goimports, gorename, and other tools.
tour — tour.golang.org's implementation.
exp — experimental and deprecated packages (handle with care; may change without warning).