aicam commented on code in PR #3736:
URL: https://github.com/apache/texera/pull/3736#discussion_r2353832185


##########
core/gui/src/app/dashboard/component/admin/user/admin-user.component.ts:
##########
@@ -196,6 +196,14 @@ export class AdminUserComponent implements OnInit {
     return Date.now() - lastMs < active_window;
   }
 
+  getAccountCreation(user: User): MilliSecond {
+    // Convert Unix timestamp in seconds to milliseconds by * 1000 for 
JavaScript Date objects

Review Comment:
   Now that we have typed output, remove this comment



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to