Can I get the browser time zone in ASP.NET or do I have to rely on JS operations to retrieve the information?

前端 未结 4 1385
[愿得一人]
[愿得一人] 2020-12-02 14:49

Can I get the browser time zone in ASP.NET or do I have to rely on JS operations to retrieve the information

4条回答
  •  臣服心动
    2020-12-02 15:25

    You cannot retrieve the timezone without something running on the client (i.e. JavaScript) as ASP.NET is server-side.

提交回复
热议问题