Tagged Questions

1
vote
2answers
249 views

How can I use Java's SimpleDateFormat to parse a timezone given as “GMT+0100 (BST)”?

I have a date that's in the form of: Wed Aug 17 2011 09:57:09 GMT+0100 (BST) and have a filter that takes a time in a certain format. The problem seems to be the time zone on the end, none of the ...