Disabling Alarm Timestamp

When changing an alarms enabled property from “Enabled to Disabled”, is there a way to get the timestamps of this somewhere?

I need to be able to disable an alarm and enable it later after some period of time.

If you are using a script to disable it then you could use system.tag.read().timestamp on the tag which would give you the current time that you could then store in a tag or in a component.

That is an option but I would have to create a new tag to hold the timestamp of when the tag was disabled. I was hoping to not have to create any new tags. Don’t know if that’s possible without creating any new tags.