Two concepts:
- points in time (dates and times)
- intervals between points in time (days, weeks, moths, etc.)
Epoch seconds represent both so you can do basic arithmetic on them.
Source
- Time::Piece
- Perl Cookbook ch. 3: Dates and Times
Two concepts:
Epoch seconds represent both so you can do basic arithmetic on them.
Source