git: da1177919c - main - news: Fix date

From: Colin Percival <cperciva_at_FreeBSD.org>
Date: Sat, 17 Aug 2024 01:05:33 UTC
The branch main has been updated by cperciva:

URL: https://cgit.FreeBSD.org/doc/commit/?id=da1177919c77159af07614a19ad3683a9d151200

commit da1177919c77159af07614a19ad3683a9d151200
Author:     Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2024-08-17 01:05:02 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2024-08-17 01:05:02 +0000

    news: Fix date
    
    Apparently I can't timezone.
    
    Sponsored by:   Amazon
---
 website/data/en/news/news.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/data/en/news/news.toml b/website/data/en/news/news.toml
index 38252836b4..29c4a75617 100644
--- a/website/data/en/news/news.toml
+++ b/website/data/en/news/news.toml
@@ -1,7 +1,7 @@
 # Sort news by year, month and day
 
 [[news]]
-date = "2024-08-16"
+date = "2024-08-17"
 title = "FreeBSD 13.4-BETA3 Available"
 description = "The third BETA build for the FreeBSD 13.4 release cycle is now available. ISO images for the amd64, i386, powerpc, powerpc64, powerpc64le, powerpcspe, armv6, armv7, aarch64, and riscv64 architectures are <a href=\"https://lists.freebsd.org/archives/freebsd-stable/2024-August/002339.html\">available</a> on most of our <a href=\"https://docs.freebsd.org/en/books/handbook/mirrors/#mirrors-ftp\">FreeBSD mirror sites</a>."