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