Tagged Questions
3
votes
3answers
2k views
Inconsistent date parsing using SimpleDateFormat
I'm really scratching my head on this one. I've been using SimpleDateFormats with no troubles for a while, but now, using a SimpleDateFormat to parse dates is (only sometimes) just plain wrong.
...
1
vote
2answers
250 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 ...