Philipp wrote On 10/23/07 16:28,:
> Hunter Gratzner wrote:
>
>>On Oct 23, 7:27 pm, Philipp <sicsic...@freesurf.ch> wrote:
>>
>>>The ouput is not the same as the input. Why?
>>>
>>>In my locale it outputs:
>>>Before: 23.10.07 19:16:49
>>>After: 23.10.07 18:16:49
>>
>>You forgot about time zones.
>>
>
>
> Yes, but why is the Date to String conversion time-zone insensitive
> while the String to Date is time-zone sensitive?
It would be instructive to print the two Dates
that you parse from the text strings, before adding
their times together.
--