I need to find local DB's time zone just like "SessionTimeZone" in Oracle, how can I get from HANA SQL?
The reason I need it since I have UTC timestamp and needs to convert it to local timestamp. UTCTOLOCAL function needs to provide a timezone string. Thanks.