This is a very simple, (hopefully) question. I am new to working with DateTime conversion in .NET.
I have a WCF service which has a DateTime property - call it BookingDa
If your server's timezone is on Lisbon/London/Dublin time, it is not UTC. You will either want to change the time zone of your server, or express the date/time value in UTC form when you update it in your database.