I use DateTimeOffset for the date/time values.
And what I want to achieve is, for all the clients who load their page to run a SilverLight app., I want them to see the Dates according to a specific zone, for example Tokyo time.
So no conversion to their LocalTime will occur.
Is it possible to configure that for all the Silverlight clients they will see the DateTimeOffsets as for example, UTC + Offset of Tokyo ? Not as their local time?
This always returns Tokyo time
For DateTime you can use this: