From d109e79653a6d611bbc992d74fbd86c91cd3ea55 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. See #22912, #22913. (cherry picked from commit 232e161ed63362ce5053f1e147491c780fee2e64) --- 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 4b2e32911e..c5a525ae4a 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