mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
prim inv item creation date is date of adding to prim
This commit is contained in:
@@ -172,7 +172,7 @@ namespace OpenSim.Framework
|
||||
public TaskInventoryItem()
|
||||
{
|
||||
ScriptRunning = true;
|
||||
CreationDate = (uint)(DateTime.UtcNow - new DateTime(1970, 1, 1)).TotalSeconds;
|
||||
CreationDate = (uint)Util.UnixTimeSinceEpoch();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user