Variant

new-timestamp

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

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

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.
timestampdatetimeSet the timestamp to the given value.