Variant

new-timestamp

When setting a timestamp, this gives the value to set it to.

variant new-timestamp {
  no-change,
  now,
  timestamp(instant),
}

Cases

CasePayloadDescription
no-changeLeave the timestamp set to its previous value.
nowSet the timestamp to the current time of the system clock associated with the filesystem.
timestampinstantSet the timestamp to the given value.