ChromeDevTools / devtools-protocol

Chrome DevTools Protocol
https://chromedevtools.github.io/devtools-protocol/
BSD 3-Clause "New" or "Revised" License
1.15k stars 226 forks source link

Changelog seems to be using local time #275

Closed mathiasbynens closed 2 years ago

mathiasbynens commented 2 years ago

Per https://github.com/ChromeDevTools/devtools-protocol/commit/7263e1101217b36cbc3c5b45f6e7314400885751#diff-3bd14d078188074c410028847113ceae68865d0ad5b844a27183ef87fbe2fcc3, the changelog generator script seems to be using the local time. Instead we should probably use deterministic timestamps (UTC?), so that no matter which system the script runs on, it produces the same output.