views:

13

answers:

0

Hi all,

I have two webservers, both ws 2003 machines, running behind a load balancer. machine 1 is working correct but machine 2 is incorrect.

They are both running the same code base and use the same configuration. The issue is that dates are not working correctly on machine 2, we realized that it was due to the culture.

machine 1:

System.Threading.Thread.CurrentThread.CurrentCulture.Name     : en-GB
System.Threading.Thread.CurrentThread.CurrentUICulture.Name   : en-GB

machine 2:

System.Threading.Thread.CurrentThread.CurrentCulture.Name     : en-US
System.Threading.Thread.CurrentThread.CurrentUICulture.Name   : en-GB

the regional and language options are the same for both:

Regional options tab:

English (United Kingdom)

location:- United Kingdom

Advanced tab:

English (united States).

I am not sure what setting I am missing or needs to be changed. I "think" this was working correctly a while ago, but are not 100% about that. I can not figure out what is different between the two machines.