Timestamp with button push to a label of another view controller

Trying to get a time stamp of when a certain view controller is updated to show on a label of another view controller. Any advice?

You can use the Date() function to return the current date and time to the nearest 100th of a second.

ie,
let now = Date()
print(now)