I am working in a client-server architecture. Both my client and server reside outside of a Utc Timezone.
I send a Datetime object in Utc from my client to server. As soon as my Datetime object enters into my server it is default to Local time zone. I can convert back my Datetime object to Utc timezone by calling ToUniversalTime() method but is there any way to tell the server that do not default the Datetime object to its Local timezone?