Navigation: Code Documentation > RSCommon > GRegularExpression > Constants
rgxISO8601TimeZone Constant
Represents constant rgxISO8601TimeZone.
Namespace: GRegularExpression
Delphi
rgxISO8601TimeZone = '(Z|(\+|\-)'+ '('+rgx2DigitHour+')'+ '(\:?'+rgx2DigitMinuteSecond+')?'+ '(\:?'+rgx2DigitMinuteSecond+')?'+ ')';
Value
Type: string
•GRegularExpression