mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
Fixes creation date issue on user accounts.
This commit is contained in:
@@ -29,6 +29,8 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using OpenMetaverse;
|
||||
|
||||
using OpenSim.Framework;
|
||||
|
||||
namespace OpenSim.Services.Interfaces
|
||||
{
|
||||
public class UserAccount
|
||||
@@ -50,7 +52,7 @@ namespace OpenSim.Services.Interfaces
|
||||
LastName = lastName;
|
||||
Email = email;
|
||||
ServiceURLs = new Dictionary<string, object>();
|
||||
// Created = ???
|
||||
Created = Util.UnixTimeSinceEpoch();
|
||||
}
|
||||
|
||||
public string FirstName;
|
||||
|
||||
Reference in New Issue
Block a user