From bb780a46844ca74ecad91bf9d64288c33bfef621 Mon Sep 17 00:00:00 2001 From: gggeek Date: Sun, 22 Jan 2023 15:04:27 +0000 Subject: [PATCH] doc --- src/PhpXmlRpc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PhpXmlRpc.php b/src/PhpXmlRpc.php index b2d0409b..22c4b64a 100644 --- a/src/PhpXmlRpc.php +++ b/src/PhpXmlRpc.php @@ -160,6 +160,7 @@ class PhpXmlRpc * @var string * Used to validate received date values. Alter this if the server/client you are communicating with uses date * formats non-conformant with the spec + * NB: atm, the Date helper uses this regexp and expects to find matches in a specific order */ public static $xmlrpc_datetime_format = '/^([0-9]{4})(0[1-9]|1[012])(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-4]):([0-5][0-9]):([0-5][0-9]|60)$/'; -- 2.47.0