6

I was using SimpleDateFormat and everything was great but then next thing I find out, the time offset for GMT is stored as Z and not +00:00 which is the format I needed for API calls.

Every other time zone follows a similar format but yet somebody thought it was a good idea to switch it up for GMT

Comments
Add Comment