finishedAt
FinishedAt is a timestamp field used in data models, logs, and reporting to record the exact time at which an operation, task, or process completed. It is typically paired with a startedAt field to mark the full duration of work and to support performance measurement, auditing, and historical analysis.
Representation and storage commonly involve ISO 8601 date-time strings with a time zone (for example, 2024-07-21T14:32:10Z)
Usage patterns vary by domain. In task queues, build pipelines, data processing jobs, and API requests, finishedAt
Considerations include time zone consistency, clock synchronization, and the decision of when to record the timestamp