I notify that synapse have some tools for timezone in synautil unit like:<br><br>{:Return your timezone bias from UTC time in minutes.}<br>function TimeZoneBias: integer;<br><br>{:Return your timezone bias from UTC time in string representation like "+0200".}<br>
function TimeZone: string;    <br><br>I don't know that they are cross platform. So they are some ways to get time offset but anyone know how to get "city"? OS like ubuntu or windows ask user for time zone in installation process, so it could be possible to get this value by calling some enviromnent variable?<br>
<br>Regards<br>