When attempting to filter users by the "Last Password Changed Date" attribute within Object Filters (e.g., in Policy Xpress or Bulk Tasks), standard date-based operators often fail to return expected results.
In CA Identity Manager, the "Last Password Changed Date" attribute is stored as a string rather than a native date object. Furthermore, the attribute follows a specific timestamp format (e.g., YYYY-M-D HH:mm:SS.943000000). Attempting to use an equals operator with a simple date string will fail to match the full timestamp value.
To successfully filter users by this attribute, you must use a string-based partial match.
Use the starts with operator and provide the date in the format consistent with the attribute's string representation (typically YYYY/MM/DD or YYYY-M-D depending on your environment's locale settings).
Example Configuration:
Last Password Changed Datestarts with2025/06/10If the filter still fails to match records, verify the exact format of the attribute by inspecting a user profile via the User Console. Ensure the value provided in your filter matches the leading characters of the attribute string exactly as it appears in the system.