Skip to content

feat: add timestamp option to build command#2323

Open
wolfv wants to merge 1 commit intomainfrom
claude/add-timestamp-cli-flag-N7VCA
Open

feat: add timestamp option to build command#2323
wolfv wants to merge 1 commit intomainfrom
claude/add-timestamp-cli-flag-N7VCA

Conversation

@wolfv
Copy link
Member

@wolfv wolfv commented Mar 14, 2026

Summary

This PR adds a new --timestamp option to the build command that allows users to set a custom timestamp for the build. This timestamp is used as SOURCE_DATE_EPOCH and for the build directory name, enabling reproducible builds with consistent timestamps.

Allow users to set the build timestamp from the outside for reproducible
builds. Accepts either a Unix epoch in seconds (e.g. 1700000000) or an
RFC3339 timestamp (e.g. 2024-03-15T12:00:00Z). When set, this timestamp
is used for SOURCE_DATE_EPOCH and the build directory name instead of
the current time.

https://claude.ai/code/session_01YBf9iBQ4cb8fN15QgAhesa
@wolfv wolfv changed the title Add timestamp option to build command feat: add timestamp option to build command Mar 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants