Skip to Main Content

Breadcrumb

Question and Answer

Connor McDonald

Thanks for the question, Ravikanth.

Asked: September 09, 2020 - 7:02 pm UTC

Last updated: September 10, 2020 - 7:00 am UTC

Version: Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production

Viewed 1000+ times

You Asked

Hello,

Is there any DB utility/custom code/Java stored procedure to find a timezone with an address as an input (City, State, country).

Thanks,
Ravi B

and Connor said...

Not natively within the database.

You could look at accessing a paid-for service via a REST call from the database, or perhaps something like

https://timezonedb.com/

and download the data periodically to a local table and use that.

Is this answer out of date? If it is, please let us know via a Comment

More to Explore

PL/SQL demos

Check out more PL/SQL tutorials on our LiveSQL tool.

PL/SQL docs

PL/SQL reference manual from the Oracle documentation library