)]}'
{
  "commit": "314bb6de8a2d2829fe100849fe51b68c4446b339",
  "tree": "d6053229fab173d71b6a13997971e1bf016b3a8e",
  "parents": [
    "67eb396d7578387ecae9ce75c6ada05beac66856"
  ],
  "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 14:30:59 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": "b05fb2e75ba86f934da7fbcb4435678a54645c5f",
      "old_mode": 57344,
      "old_path": "build/kernel",
      "new_id": "4f6ed7381c1553cca7c178a304be23eb284963c2",
      "new_mode": 57344,
      "new_path": "build/kernel"
    }
  ]
}
