Convert Time-String using joda-time [duplicate]
问题 This question already has answers here : Java : how to add 10 mins in my Time (8 answers) Closed 4 years ago . I have to following time-string: "23.02.2015 14:06:30 +01:00" which I want to print. The printed result should be: "23.02.2015 15 :06:30". After some research I just found a solution which I dont think of to be a good idea. Perhabs anyone of you has some conclusions on how to do this right? The conversion should be done with joda-time. Thanks in advance. ** Update due to explaining