[Git][reproducible-builds/reproducible-website][master] 2 commits: Add a reminder re. using the UTC variants of the Javascript Date methods.
Chris Lamb (@lamby)
gitlab at salsa.debian.org
Sat Jun 20 16:04:26 UTC 2026
Chris Lamb pushed to branch master at Reproducible Builds / reproducible-website
Commits:
27245b53 by Chris Lamb at 2026-06-20T09:04:19-07:00
Add a reminder re. using the UTC variants of the Javascript Date methods.
- - - - -
c4d50c39 by Chris Lamb at 2026-06-20T09:04:19-07:00
2026-06 += https://devguard.org/research-development/bit-for-bit-building-sovereign-reproducible-container-supply-chain-devguard.pdf
- - - - -
2 changed files:
- _docs/source-date-epoch.md
- _reports/2026-06.md
Changes:
=====================================
_docs/source-date-epoch.md
=====================================
@@ -382,6 +382,8 @@ const epoch = Number(process.env["SOURCE_DATE_EPOCH"]);
const timestamp = Number.isInteger(epoch) ? new Date(epoch * 1000) : new Date();
```
+Remember to use the `getUTCDay()` (etc.) methods over `getDay()`.
+
### CoffeeScript
```coffeescript
=====================================
_reports/2026-06.md
=====================================
@@ -19,3 +19,5 @@ draft: true
* FIXME: the reproduce.debian.net reason-pages (like https://reproduce.debian.net/ppc64el/stats/unstable/) now also contain
links labeled 🐛 linking to the categorized issues packages have been tagged with via reproducible-notes.git
+
+* [FIXME](https://devguard.org/research-development/bit-for-bit-building-sovereign-reproducible-container-supply-chain-devguard.pdf)
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/compare/a4c5e83420c3e9b2edcc5f4ff28456fdc940d0b5...c4d50c391d4361f89a2ac19802c15242b9dae219
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/compare/a4c5e83420c3e9b2edcc5f4ff28456fdc940d0b5...c4d50c391d4361f89a2ac19802c15242b9dae219
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20260620/8c9a9a94/attachment.htm>
More information about the rb-commits
mailing list