AW WORLD CREATION TIMESTAMP

From ActiveWiki
Jump to navigation Jump to search


Minimum requirements
Added in version 2.1
SDKbuild 13


AW_WORLD_CREATION_TIMESTAMP

Type

Integer (read only)

Description

Creation time of the world.

Notes

This is the time when the world was created using aw_server_world_add. It is not derived from AW_LICENSE_CREATION_TIME which is when the license was created.

The time is given in the same format as the other timestamps used throughout the SDK: the number of seconds elapsed since midnight, January 1, 1970, Coordinated Universal Time. This format is also used by the time() system call.

Default value

None