rayhunter.time

class rayhunter.time.TimeResponse(adjusted_time: str, offset_seconds: int, system_time: str)[source]

Bases: object

Expose system time information.

adjusted_time

The adjusted time (system time + offset).

Type:

str

offset_seconds

The current offset in seconds.

Type:

int

system_time

The raw system time (without clock offset).

Type:

str