RegEx for TimeZone OffSet with optional - sign and range from -14:00 to 14:00 with minutes 00,15,30,45
TimeZone Offset parsing regular expression with below rules:
Starts with optional - sign
Range is between -14:00 to 14:00 including both the values
Hours can have any value in range 00 to 14 and should have double digits
Minutes can have discrete values of 00, 15, 30, 45
Submitted by anonymous - 4 years ago