|
|
|
|
|
by lokedhs
2294 days ago
|
|
It's an abstract concept. It's nothing more than a given point in time. How you represent it doesn't change the definition. It could be stored as the number of seconds since some arbitrary point in time, such as Unix timestamp, or a Julian timestamp. Or, it could be a given time and date combination with some fixed point of reference, such as UTC. I'm sure we all have favourite ways of representing timestamps. |
|