Is there a timestamp of when an area was set up? ... #5111

Closed
opened 2023-08-13 12:18:27 +00:00 by Boot · 4 comments
Member

... And if so, can you read it out as a player by command?

... And if so, can you read it out as a player by command?

Staff can read out the timestamp an area was created. Do /area_inspect AREAID

Staff can read out the timestamp an area was created. Do `/area_inspect AREAID`
Member

Staff can read out the timestamp an area was created. Do /area_inspect AREAID

though that only works for relatively recently created areas

> Staff can read out the timestamp an area was created. Do `/area_inspect AREAID` though that only works for relatively recently created areas
Author
Member

Yes, only newer areas come with a timestamp. That's a shame, because it would be interesting, especially in older areas. The timestamp is a bit cryptic. Would it be possible to convert this to a simpler date and time format?

Yes, only newer areas come with a timestamp. That's a shame, because it would be interesting, especially in older areas. The timestamp is a bit cryptic. Would it be possible to convert this to a simpler date and time format?
Member

the timestamp is the number of seconds since the unix epoch. you can convert this into a human-readable date/time w/ e.g. https://www.epochconverter.com/ or in lua:

print(os.date("%x %X", 1692206458))
the timestamp is the number of seconds since the unix epoch. you can convert this into a human-readable date/time w/ e.g. https://www.epochconverter.com/ or in lua: ```lua print(os.date("%x %X", 1692206458)) ```
AliasAlreadyTaken added the
1. kind/documentation
label 2023-12-05 15:28:12 +00:00
AliasAlreadyTaken added the
5. result/fixed
label 2023-12-05 15:29:07 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: your-land/bugtracker#5111
No description provided.