Module cbadv::time

source ·
Expand description

Time, easy to use timestamps, spans of time, etc

time plays an important role in authentication for API requests and obtaining data between spans of time such as in the Product API for obtaining Candles.

Structs

  • Span of time, where start and end are in seconds.

Enums

Functions

  • Offset a timestamp by a number of seconds into the future.
  • Offset a timestamp by a number of seconds into the past.
  • Obtains the current timestamp in UNIX format.