Skip to content

PIM 25.33

Version 25.33
Release Date 21 January 2026

Changes

New features

  • Attribute Collection Editor now displays the "Active" attribute field value, making it easier for the user to understand which value (among master/variant and PIM-owned/external) is published to the customer website

  • The user can now choose whether to view and edit dates in (browser) local time or UTC. See more on User preferences

  • New API endpoint added: GET /api/settings/timezones - returns a list of supported time zones

Info

PIM is built in .NET, and time zones in .NET are OS-based. PIM in BCC runs on a Linux-based OS, where time zones are based on the ISO 8601 standard. While it is impossible for us to guarantee that the list of time zones is stable, in most practical situations, it is safe to assume so anyway. Thus, in most practical situations it is okay to hard code the time zone IDs, however, the list of supported time zones is available on the API.

Enhancements

  • It is now possible to reorder columns in the product list table by dragging and dropping the selected attribute chips in Manage Columns

  • PIM API endpoints that generate resolved values now take an (optional) parameter to control which time zone to resolve date time values into. Default is UTC (old behavior)

Deprecations

None