Variable: DEFAULT_CREATION_DATE
constDEFAULT_CREATION_DATE:"2000-01-01T00:00:00.000Z"="2000-01-01T00:00:00.000Z"
Defined in: packages/vellora/src/orchestrate.ts:49
Fixed default PDF creation date injected when opts.metadata.creationDate is omitted. A constant (the project's reference instant), never the host wall-clock, so output is byte-stable. This is what satisfies the vellora-core pdf-output "Deterministic creation date" precondition.