G
Guest
Hi!
I want my .NET Windows Form client to be executing with the same TimeZone &
Daylight setting as we have on the server. This has to be done to stop making
the "data set/web service logic" changing date values accordning to time zone
difference.
Let us to simplify the scenarion say that the time zone used on server can
be hard coded in client, it will never change.
It is possible to change something in
"System.Threading.Thread.CurrentThread.CurrentCulture"
or "System.Windows.Forms.Application" ?
Of course I do not want my application to change the setting on the client
machine, only my application should be affected.
Best regards,
Benjamin, Sweden
I want my .NET Windows Form client to be executing with the same TimeZone &
Daylight setting as we have on the server. This has to be done to stop making
the "data set/web service logic" changing date values accordning to time zone
difference.
Let us to simplify the scenarion say that the time zone used on server can
be hard coded in client, it will never change.
It is possible to change something in
"System.Threading.Thread.CurrentThread.CurrentCulture"
or "System.Windows.Forms.Application" ?
Of course I do not want my application to change the setting on the client
machine, only my application should be affected.
Best regards,
Benjamin, Sweden