Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-06-20 20:55
Flavor·PCRE2 (PHP)

/
(20\d{2})-(0[1-9]|1[0-2])-([01][\d]|3[01])[\sT]([01]\d|2[0-3]):([0-5]\d):([0-5]\d)(Z|[\+-](0[\d]|1[\d]|2[0-3]):([0-5]\d))?
/
g
Open regex in editor

Description

A regex to validate RFC-3339 timestamps

Submitted by anonymous