Hi,
i have a strange behaviour in my web dynpro application. i created a model, which i propagate to a web service. this web service is used in my web dynpro application. within the model i have an entity from data type "Time".
The problem is, when i read from this model i get a wrong time back. It seems there is somewhere a problem with the timezone, as the time has exactly a difference from +2 hours.
The web dynpro application gets the correct time, i already checked this with System.currentTimemillis();
The portal is installed on an Oracle database, but i'm not familiar with Oracle DBs, so I don't know if it's coming from the database.
Is there anyone who could help me to find out, where the time difference comes from?