15088: Changes link account page times to local. Adds cancel snackbar.
[arvados-workbench2.git] / src / views / link-account-panel / link-account-panel-root.tsx
index c38cbe643d5fbf0173a1ced83e942f065efc5bc7..a5b1e35e053292d409a24b597a0c6c3712f8eb41 100644 (file)
@@ -56,7 +56,7 @@ function displayUser(user: UserResource, showCreatedAt: boolean = false, showClu
         disp.push(<span> hosted on cluster <b>{homeCluster}</b> and </span>);
     }
     if (showCreatedAt) {
-        disp.push(<span> created on <b>{formatDate(user.createdAt, true)}</b></span>);
+        disp.push(<span> created on <b>{formatDate(user.createdAt)}</b></span>);
     }
     return disp;
 }