From 232e161ed63362ce5053f1e147491c780fee2e64 Mon Sep 17 00:00:00 2001 From: PB Date: Sun, 23 Oct 2022 22:02:33 +0200 Subject: [PATCH] Update strftime() link in wxDateTime::Format() docs The old link to https://cplusplus.com became invalid. Closes #22913. --- interface/wx/datetime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/datetime.h b/interface/wx/datetime.h index 1d723c82a4..c6491474e0 100644 --- a/interface/wx/datetime.h +++ b/interface/wx/datetime.h @@ -852,7 +852,7 @@ public: /** This function does the same as the standard ANSI C @c strftime(3) - function (http://www.cplusplus.com/reference/clibrary/ctime/strftime.html). + function (https://cplusplus.com/reference/ctime/strftime/). Please see its description for the meaning of @a format parameter. Notice that POSIX @c "%g", @c "%G", @c "%V" and @c "%z" format