Skip to content

incendium.util.get_timestamp

César Román edited this page May 1, 2024 · 9 revisions

Description

Warning

Deprecated since version 2024.5.0.

Get timestamp in "hh:mm:ss" format.

Syntax

incendium.util.get_timestamp(value)

Args:

  • value (int): Time represented in seconds.

Returns:

  • str: Time elapsed represented by a string in the following format: "hh:mm:ss".

Recommendations

Use incendium.time.get_timestamp.

Code Examples

See code examples in incendium.time.get_timestamp.

Clone this wiki locally