alogos._utilities.times

Functions

unix_timestamp_to_readable(unix_timestamp, include_microseconds=False)

Convert a UNIX timestamp to a readable format.

current_time_unix()

Get the current time as UNIX timestamp.

current_time_iso(include_microseconds=False)

Get the current time as string that is formatted in ISO 8601 standard.

current_time_readable(include_microseconds=False)

Get the current time as string that is formatted in an easily readable way.


Detailed object descriptions

alogos._utilities.times.unix_timestamp_to_readable(unix_timestamp, include_microseconds=False)[source]

Convert a UNIX timestamp to a readable format.

alogos._utilities.times.current_time_unix()[source]

Get the current time as UNIX timestamp.

alogos._utilities.times.current_time_iso(include_microseconds=False)[source]

Get the current time as string that is formatted in ISO 8601 standard.

References

alogos._utilities.times.current_time_readable(include_microseconds=False)[source]

Get the current time as string that is formatted in an easily readable way.

References