In the onClientInfo auRequest only a time zone offset is sent by the client hence it is impossible to correctly recover the actual time zone like "Europe/Budapest".
Also it affects detection of DST.
Hint: you can use
Intl.DateTimeFormat().resolvedOptions().timeZone
to get the actual timezone from the browser.