From: gggeek Date: Sun, 22 Jan 2023 15:04:27 +0000 (+0000) Subject: doc X-Git-Tag: 4.10.0~109 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=bb780a46844ca74ecad91bf9d64288c33bfef621;p=plcapi.git doc --- 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)$/';