Skip to Main Content
IBM Sustainability Software - Ideas Portal


This portal is to open public enhancement requests against the products and services belonging to IBM Sustainability Software. 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).


Shape the future of IBM!

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:

Search existing ideas

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 your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

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.

Status Future consideration
Created by Guest
Created on Dec 2, 2024

Enable customers to control the 2 digit year used in SimpleDateFormat

There are many date fields in Maximo, each of which go through a process to convert the string value into a date value using Java's SimpleDateFormat. This introduces sometimes undesirable behavior by the platform because the year field is a 2-digit year. If you enter a value such as 10/10/49 in a date field, it will be for the calendar year 2049. If you use 10/10/50 in a date field, it will be for the calendar year 1950.

SimpleDateFormat has a method (set2DigitYearStart) to control this that the Maximo product is currently not utilizing. We would like a system property to be introduced for customers to control what this cutoff year should be. Then in the MXFormat and other related classes, we can look at the system property and set this on the SimpleDateFormat before parsing the dates. This would allow customers to set what the cutoff should be, leaving the current behavior in place for those that do not set this property.

Customers in certain industries begin planning maintenance activities 30+ years out. The current behavior can lead to undesirable results where work is scheduled for 70 years prior. While some fields in Maximo prevent historical dates, most do not. This can lead to missed work or other issues. With a few exceptions (Install Date for example on an asset), most date fields in Maximo are never going to go that far back historically. Thus, it would be beneficial to control the default behavior.

Idea priority High
Needed By Yesterday (Let's go already!)