Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-07-15 15:42
Flavor·PCRE (Legacy)

/
\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}([.]\d{1,3})?(Z|[-+]\d{2}:\d{2})
/
g
Open regex in editor

Description

Simple check on the correct format of a time stamp including time zone information

Submitted by anonymous