Hi,
I have written a simple test .NET 1.1 Web Application and Console Application and run them on a server set to UK Datetime.
They both write: DateTime.now.ToString("")
But the web application returns the date time as Month/Day/Year HH:MM:SS AM/PM (American format?)
and the console app returns the date as Day/MonthYear 24HH:MM:SS
I have scoured all the policies I can find to try discover why the Web application is not returning in UK format, which the server is set to do.
I have tried this on 2 other DCs, and it works fine, its just one DC thats giving different results?
This question is halfway between several forums, but I though I'd ask here first,
Thanks in advance, Adrian
|