GUACAMOLE-394: Timestamps within JSON from the REST API are in milliseconds, 
not seconds.

Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/dba3f52d
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/dba3f52d
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/dba3f52d

Branch: refs/heads/staging/0.9.14
Commit: dba3f52d2e50fc7f1ca11a457172c52d0054217e
Parents: 138ea40
Author: Michael Jumper <mjum...@apache.org>
Authored: Thu Jan 4 23:25:09 2018 -0800
Committer: Michael Jumper <mjum...@apache.org>
Committed: Thu Jan 4 23:25:09 2018 -0800

----------------------------------------------------------------------
 guacamole/src/main/webapp/app/rest/types/Connection.js | 2 +-
 guacamole/src/main/webapp/app/rest/types/User.js       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/dba3f52d/guacamole/src/main/webapp/app/rest/types/Connection.js
----------------------------------------------------------------------
diff --git a/guacamole/src/main/webapp/app/rest/types/Connection.js 
b/guacamole/src/main/webapp/app/rest/types/Connection.js
index 52da6b7..76ece9d 100644
--- a/guacamole/src/main/webapp/app/rest/types/Connection.js
+++ b/guacamole/src/main/webapp/app/rest/types/Connection.js
@@ -105,7 +105,7 @@ angular.module('rest').factory('Connection', [function 
defineConnection() {
         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
          * unavailable, this will be null.
          *

http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/dba3f52d/guacamole/src/main/webapp/app/rest/types/User.js
----------------------------------------------------------------------
diff --git a/guacamole/src/main/webapp/app/rest/types/User.js 
b/guacamole/src/main/webapp/app/rest/types/User.js
index d0a96cc..f796147 100644
--- a/guacamole/src/main/webapp/app/rest/types/User.js
+++ b/guacamole/src/main/webapp/app/rest/types/User.js
@@ -54,7 +54,7 @@ angular.module('rest').factory('User', [function defineUser() 
{
         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
          * unavailable, this will be null.
          *

Reply via email to