开发者

Need to incorporate Timezone Selection (UTC) within Web App

开发者 https://www.devze.com 2022-12-08 04:48 出处:网络
I need to incorporate a Timezone dropdown selection within my web app, which I need to use within an Oracle database.

I need to incorporate a Timezone dropdown selection within my web app, which I need to use within an Oracle database.

I basically require the user to select their timezone and I then need to use this against time stamp info stored within the Oracle tables.

Unsure where/how to build this Timezone selection list within my page - example how-tos would b开发者_运维知识库e great.

Would like this to be UTC.

Thanks.


You could build this from the V$TIMEZONE_NAMES view - it's granted to PUBLIC in a typical installation.

0

精彩评论

暂无评论...
验证码 换一张
取 消