× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



This subject hasn't come up since July of 2019.
I would suggest submitting a RFE to support this time stamp format
https://www.ibm.com/developerworks/rfe/execute?use_case=changeRequestLanding&BRAND_ID=352&PROD_ID=1476

We have shown examples on how to convert much of it with nested REPLACE operations. For example 2019-07-17T15:21:38 can be converted using
values timestamp(replace(replace('2019-07-17T15:21:38', 'T', '-'), ':', '.'));

UTC conversion is another matter. For example converting the following to your timezone.
2019-07-17T15:21:38Z
2019-07-17T15:21:38+01:00
Z = Zulu time
+01:00 is Zulu + 1 hour.

See also
select *
from qsys2.system_value_info
where system_value_name = 'QUTCOFFSET';

Rob Berendt

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.