GMTDateParser
Build GMTDate parser using pattern string.
Pattern string format: | Unit | pattern char | Description | | -------- | ------------ | ---------------------------------------------------- | | Seconds | s | parse seconds 0 to 60 | | Minutes | m | parse minutes 0 to 60 | | Hours | h | parse hours 0 to 23 | | Month | M | parse month from Jan to Dec(see Month for details) | | Year | Y | parse year | | Any char | * | Match any character |