)]}'
{
  "commit": "5cd3d0f1ce1d5460402ef3ac5ec036d4144450d5",
  "tree": "fb4a8559ff4fa1e326ee24815ba0c70c793a82e6",
  "parents": [
    "9703412cece950dbbf874a5e852dbf4cf2dc8cf0"
  ],
  "author": {
    "name": "Zhipeng Wang",
    "email": "zhipeng.wang_1@nxp.com",
    "time": "Fri Sep 04 16:32:43 2026 +0900"
  },
  "committer": {
    "name": "mdb:android-git",
    "email": "superproject-auto-update@invalid",
    "time": "Wed Sep 09 16:20:54 2026 -0700"
  },
  "message": "utils: Fix invalid month 00 in development SPL date\n\nThe development SPL month is computed as (current_month + 3) % 12,\nfollowed by a quarterly round-up guarded by (month % 3 \u003e 0). In\nSeptember the intermediate value is (9 + 3) % 12 \u003d\u003d 0, and since\n0 % 3 \u003d\u003d 0 the round-up is skipped, leaving the month at 0. printf\nthen emits an invalid date such as \"2027-00-05\".\n\nUse a 1-based wrap-around ((month - 1 + 3) % 12 + 1) so the result\nalways lands in the 1..12 range instead of wrapping to 0. This yields\na valid December date for September builds and leaves every other\nmonth unchanged.\n\nBug: 556789083\nChange-Id: Iee5441907422e6eef74301313d4b109ad4fc7dec\nSigned-off-by: Zhipeng Wang \u003czhipeng.wang_1@nxp.com\u003e\n(cherry picked from commit 5877a40116cd6d60c873dea521e532e65e9da8fd)\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "f71dbd37ecb1a45fadbcce80d1beeb5fb1833166",
      "old_mode": 57344,
      "old_path": "build/kernel",
      "new_id": "3d93d10f47a89ac4802c223f2801ef2d482f3158",
      "new_mode": 57344,
      "new_path": "build/kernel"
    }
  ]
}
