Creates an ExportedStatus with current timestamp.
An ExportedStatus object with status "EXPORTED" and current time
const status = makeExportedStatus();// { status: "EXPORTED", exportedAt: Date } Copy
const status = makeExportedStatus();// { status: "EXPORTED", exportedAt: Date }
Creates an ExportedStatus with current timestamp.