This portal is to open public enhancement requests against IBM Z Software products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
This can easily be done with user code to convert from this format to/from the supported Julian code and hence would be an unnecessary addition to the language. A small macro or inline function would suffice
https://docs.oracle.com/cd/E26228_01/doc.93/e21952/ap_dates.htm#WEAAS711
.1.1 Date Formats
Julian Format
The JD Edwards World Julian (*JUL) format is CYYDDD where:
•C is the value added to 19 to create the century (0=>19, 1=>20).
•YY is the year within the century.
•DDD is the day in the year which can range from 001 to 731(next year).
For Example:
•098185 is July 4, 1998
•100001 is Jan 1, 2000
•099666 is Oct 27, 2000
This is a Julian format.
This is a Julian format.
The first digit in the YYY format represents the century. I've been told this may be a DB2 convention, however I have no experience using DB2 so I can't confirm that.
001001 = 19010101
101001 = 20010101
121001 = 20210101
What is the meaning of the YYY in this proposed format? is 1989 to be held as 989 and 2021 as 021? and an example of where this format is generated would be helpful.
It would be useful to explain why this format is used, as it only seems to be a half-hearted attempt to fit formerly two-digit year (yymmdd) format dates into the same six bytes. Give that the simple addition of 1900000 will convert the date to a supported format, and having spent two years on Y2K conversion work, I would not be in favour of yet another date format.