Is there a direct way to convert Unix Time on Informix to YYYY-MM-DD HH:MM:SS?

后端 未结 1 1925
滥情空心
滥情空心 2021-01-20 18:15

I know something like this can be accomplished easily using PHP or Perl, but I want to know if there\'s a way to do it directly on Informix, something like the function

相关标签:
1条回答
  • 2021-01-20 18:46

    I think you can do it using dbinfo with 'utc_to_datetime' as a parameter: http://publib.boulder.ibm.com/infocenter/idshelp/v115/index.jsp?topic=%2Fcom.ibm.sqls.doc%2Fids_sqs_1484.htm

    0 讨论(0)
提交回复
热议问题