alogos._utilities.times
¶
Functions¶
|
Convert a UNIX timestamp to a readable format. |
Get the current time as UNIX timestamp. |
|
|
Get the current time as string that is formatted in ISO 8601 standard. |
|
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_iso(include_microseconds=False)[source]¶
Get the current time as string that is formatted in ISO 8601 standard.
References