diff --git a/pkgdown.yml b/pkgdown.yml
index 7384dfe..b86a410 100644
--- a/pkgdown.yml
+++ b/pkgdown.yml
@@ -2,4 +2,4 @@ pandoc: 3.1.11
pkgdown: 2.1.1
pkgdown_sha: ~
articles: {}
-last_built: 2024-11-17T10:37Z
+last_built: 2024-11-17T10:40Z
diff --git a/reference/format_datetime.html b/reference/format_datetime.html
index 86373f8..0bf44c7 100644
--- a/reference/format_datetime.html
+++ b/reference/format_datetime.html
@@ -76,15 +76,15 @@
Examples
# Very hard to remember all these characters:
format(Sys.time(), "%a %b %d %Y %X")
-#> [1] "Sun Nov 17 2024 10:37:04"
+#> [1] "Sun Nov 17 2024 10:41:03"
# Easy to remember and write the same as above:
format(Sys.time(), format_datetime("ddd mmm dd yyyy HH:MM:ss"))
-#> [1] "Sun Nov 17 2024 10:37:04"
+#> [1] "Sun Nov 17 2024 10:41:03"
# seconds since the Epoch, 1970-01-01 00:00:00
format(Sys.time(), format_datetime("epoch"))
-#> [1] "1731839824"
+#> [1] "1731840063"