Different time format between browsers
1 answer
Formatting seems to pick different cultures, but I donโt believe that by default ASP.Net modifies the โcurrent cultureโ based on the culture in the incoming request ... Maybe some of your other codes change the current culture based on something?
Try showing Thread.CurrentThread.CultureInfo to see if the culture is different on the server side.
+1