I want to find the exact time stamp for an event but the numbers in the 'event_timestamp' column doesn't seem to make sense:
I've been googling for some days now and I can't seem to find an answer to my problem. It's making me think if I'm asking the wrong question or if I don't actually understand what a timestamp is in this context.
I just want to be able to convert that bunch of numbers into time in seconds, minutes, and hours so I know exactly when an event got triggered by the user.
(I want the time because I want to check what other things triggered X minutes before that event got triggered)
Thanks in advance,