HTML5 > Timezone offset Favorite

Matches a time-offset value as defined in the HTML5 specification.

Sample Matches
Text Result
+04:00
Group #0
+04:00
Group #1
+
Group #2
04
Group #3
00
match
-0400
Group #0
-0400
Group #1
-
Group #2
04
Group #3
00
match
Z
Group #0
Z
match
+4no match
zno match
Match Groups
1
"+" or "-" or empty if offset is "Z"
2
hours or empty if offset is "Z"
3
minutes or empty if offset is "Z"