> And how is the build env recorded for timestamps and env variables? Is all of this standardized?
We do record the build env now in esy's own format, you run:
esy build-plan PKG
to see the build plan (a-la Nix derivation) which is a JSON with build commands and environment.
As regarding timestamps we don't set SOURCE_DATE_EPOCH yet but we definitely plan to address that.