I want to know whether "FindSystemTimeZoneByID" will check the client system timezone or will it be checking the server system timezone where the application has been hosted ?
Asked
Active
Viewed 830 times
2 Answers
3
The servers' timezone. You'll probably have to look into some Javascript to get the clients timezone: Check out the Date.getTimezoneOffset() method, it may be what you're looking for. And there's even a few suggestions here on SO to solve your problem. :)

Community
- 1
- 1

Jakob Gade
- 12,319
- 15
- 70
- 118