What is the Oracle date formatting mask for time zones?

前端 未结 2 1536
一向
一向 2020-12-21 01:02

I need to insert a date format from an outside source which includes the three letter code for time zone, but the TZD formatting mask does not seem to work.

2条回答
  •  一向
    一向 (楼主)
    2020-12-21 01:25

    If timezone is not relevant for you, just strip it from the string using SUBSTR function and insert as in your second example.

提交回复
热议问题