I'm getting dates sent to my application in the following format:
yyyy-MM-dd'T'HH:mm:ss.SSS-04:00 The problem is the TimeZone, it doesn't follow the Z format (-0400) and it doesn't follow the z format (GMT-04:00).
Is there another format option I'm missing or can I input a way to parse these TimeZones?