I have read all Threads and testet but can't get the result i need
I get a date with Time from MSSQL DB like 2020-03-08 09:00:00 and have to add 08:00 Hours so the Result should be 2020-03-08 17:00:00
If i convert to long all time missing 1 Hour
Whats the correct way to do this
Thanks in advanced
I get a date with Time from MSSQL DB like 2020-03-08 09:00:00 and have to add 08:00 Hours so the Result should be 2020-03-08 17:00:00
If i convert to long all time missing 1 Hour
Whats the correct way to do this
Thanks in advanced