I have business entity objects that I send out via a WCF service. Most of these objects have DateTime properties. We store all of these values in our database as PST but we have customers in all the time zones in North America. The issue is that no time zone offset is being serilized along with the date and time when it goes across the wire. I even set the DateTime Kind to LocalTime or Utc and it still does not make a difference. Any suggestions? Thanks. David ====================================== David McCarter [Microsoft MVP] www.dotNetTips.com David McCarter''''s .NET Coding Standards available at: http://codingstandards.notlong.com
Well, it looks like you are going to have to do the offset on the client side.