mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
GUACAMOLE-394: Timestamps within JSON from the REST API are in milliseconds, not seconds.
This commit is contained in:
@@ -105,7 +105,7 @@ angular.module('rest').factory('Connection', [function defineConnection() {
|
|||||||
this.sharingProfiles = template.sharingProfiles;
|
this.sharingProfiles = template.sharingProfiles;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The time that this connection was last used, in seconds since
|
* The time that this connection was last used, in milliseconds since
|
||||||
* 1970-01-01 00:00:00 UTC. If this information is unknown or
|
* 1970-01-01 00:00:00 UTC. If this information is unknown or
|
||||||
* unavailable, this will be null.
|
* unavailable, this will be null.
|
||||||
*
|
*
|
||||||
|
@@ -54,7 +54,7 @@ angular.module('rest').factory('User', [function defineUser() {
|
|||||||
this.password = template.password;
|
this.password = template.password;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The time that this user was last logged in, in seconds since
|
* The time that this user was last logged in, in milliseconds since
|
||||||
* 1970-01-01 00:00:00 UTC. If this information is unknown or
|
* 1970-01-01 00:00:00 UTC. If this information is unknown or
|
||||||
* unavailable, this will be null.
|
* unavailable, this will be null.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user