diff --git a/app/assets/javascripts/main.js b/app/assets/javascripts/main.js
index e48485471..b3e8bc3f5 100644
--- a/app/assets/javascripts/main.js
+++ b/app/assets/javascripts/main.js
@@ -1,7 +1,5 @@
window.GOVUK.Frontend.initAll();
-$(() => $("time.timeago").timeago());
-
var showHideContent = new GOVUK.ShowHideContent();
showHideContent.init();
diff --git a/app/templates/views/api/index.html b/app/templates/views/api/index.html
index 0bd3e2a94..cf295c0c0 100644
--- a/app/templates/views/api/index.html
+++ b/app/templates/views/api/index.html
@@ -57,7 +57,7 @@
{{notification.key_name}}
-
diff --git a/app/templates/views/find-users/user-information.html b/app/templates/views/find-users/user-information.html
index 3a90b7bc6..4575f4748 100644
--- a/app/templates/views/find-users/user-information.html
+++ b/app/templates/views/find-users/user-information.html
@@ -60,7 +60,7 @@
This person has never logged in
{% else %}
Last logged in
-
+
{{ user.logged_in_at|format_delta }}
diff --git a/gulpfile.js b/gulpfile.js
index f6389f3c9..f005370ff 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -47,8 +47,7 @@ const javascripts = () => {
paths.npm + 'hogan.js/dist/hogan-3.0.2.js',
paths.npm + 'jquery/dist/jquery.min.js',
paths.npm + 'query-command-supported/dist/queryCommandSupported.min.js',
- paths.npm + 'timeago/jquery.timeago.js',
- paths.npm + 'textarea-caret/index.js',
+= paths.npm + 'textarea-caret/index.js',
paths.npm + 'cbor-js/cbor.js',
paths.npm + 'd3/dist/d3.min.js',
])
diff --git a/package-lock.json b/package-lock.json
index 157eed27b..2f70c74d9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -26,7 +26,6 @@
"query-command-supported": "1.0.0",
"sass-embedded": "^1.86.3",
"textarea-caret": "3.1.0",
- "timeago": "1.6.7",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
diff --git a/package.json b/package.json
index 5159a5d46..83004d851 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,6 @@
"query-command-supported": "1.0.0",
"sass-embedded": "^1.86.3",
"textarea-caret": "3.1.0",
- "timeago": "1.6.7",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},