I have a WCF Web-Service with a parameter of type DateTime. This Web-Service runs on Windows Azure. Our client is written in Java and run on a different time zone. When it calls this web-serve and passed a date-time (E.g. 2011-03-27 12:00+0100), the .NET Framework will automatically convert this date-time into the time zone of Windows Azure servers.
Is it possible to skip this conversion and get the exact time sent by the client?