All Questions
2 questions
1
vote
1
answer
85
views
Parsing redundant information with Joda Time
I am dealing with strings such as the following: 0022 GMT (0822 HKT) July 21, 2016
Obviously these strings specify the time of the day twice for two different time zones. Can the pattern syntax of ...
7
votes
2
answers
12k
views
(Simple)DateFormat that allow 24:00:00 and 00:00:00 as inputs
I've been looking for this for a while, with no success so far. Do you know if there's a "DateFormat" ish class, that will allow me to use "00:00:00" and "24:00:00" as input parameters (they're both ...