There's no such way to figure the timezone in the actual HTML code or any user-agent
string, but what you can do is make a basic function getting it using JavaScript.
I don't know how to code with JavaScript yet so my function might take time to make.
However, you can try to get the actual timezone also using JavaScript with the getTzimezoneOffset()
function in the Date
section or simply new Date().getTimezoneOffset();
.