Feature #35: Livestamp implemented
Humanized dates now update automatically when a page is left open for some time.
This commit is contained in:
@@ -373,7 +373,7 @@ namespace Disco.Web.Areas.API.Controllers
|
||||
var result = new
|
||||
{
|
||||
Timestamp = device.LastNetworkLogonDate,
|
||||
Friendly = device.LastNetworkLogonDate.FromNow("Unknown"),
|
||||
UnixEpoc = device.LastNetworkLogonDate.ToUnixEpoc(),
|
||||
Formatted = device.LastNetworkLogonDate.ToFullDateTime("Unknown")
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user