)]}'
{
  "commit": "b0236fdde5eec3adb60db672d82c089bae6af780",
  "tree": "4c12133beabd88f5293750602392b892d3aab4bd",
  "parents": [
    "d58f6a1ce3c856057462933c9cd6c5fc2abaa188"
  ],
  "author": {
    "name": "Slava Egorov",
    "email": "vegorov@google.com",
    "time": "Mon Mar 11 20:14:49 2024 +0000"
  },
  "committer": {
    "name": "Commit Queue",
    "email": "dart-scoped@luci-project-accounts.iam.gserviceaccount.com",
    "time": "Mon Mar 11 20:14:49 2024 +0000"
  },
  "message": "[vm] Fix DateTime.timeZoneName on Windows\n\nIt needs to look at the given moment to decide whether to use\nsummer time zone name or standard time zone name.\n\nPreviously it was looking at the current time to make this decision\nwhich produced incorrect result: e.g. given\n`DateTime.parse(2012-01-02T13:45:23)` its `timeZoneName` should be\nreturning standard name corresponding to the current time zone even\nif we are currently running in summer time (e.g. it should\nreturn PST if machine it is running on is in PDT).\n\nThis is revealed by a test which started to fail on Windows\nbecause our Windows bots entered PDT.\n\nFixes https://github.com/dart-lang/sdk/issues/55159\n\nTEST\u003dcorelib/date_time7_test.dart\n\nCoreLibraryReviewExempt: No core library changes.\nChange-Id: Ic938baf837c2f6130ec3f9604631701267369f87\nReviewed-on: https://dart-review.googlesource.com/c/sdk/+/356681\nReviewed-by: Alexander Aprelev \u003caam@google.com\u003e\nCommit-Queue: Slava Egorov \u003cvegorov@google.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "9daec00e6f3c1568b242e1e99597cbe218fb8291",
      "old_mode": 33188,
      "old_path": "runtime/vm/os_win.cc",
      "new_id": "9e5ea5519aaa8dd6f7b3f0edbe38f914f3cd071d",
      "new_mode": 33188,
      "new_path": "runtime/vm/os_win.cc"
    },
    {
      "type": "modify",
      "old_id": "f59236a040ce620d464c42b2b0e71e5b0c76ae0b",
      "old_mode": 33188,
      "old_path": "tests/corelib/date_time7_test.dart",
      "new_id": "41f8a941c795379d3a3dea2e130c1940a727ef84",
      "new_mode": 33188,
      "new_path": "tests/corelib/date_time7_test.dart"
    }
  ]
}
