diff --git a/packages/ui/src/ui-component/table/FlowListTable.jsx b/packages/ui/src/ui-component/table/FlowListTable.jsx
index dea00791..fad0f52a 100644
--- a/packages/ui/src/ui-component/table/FlowListTable.jsx
+++ b/packages/ui/src/ui-component/table/FlowListTable.jsx
@@ -248,7 +248,9 @@ export const FlowListTable = ({ data, images, isLoading, filterFunction, updateF
)}
- {moment(row.updatedDate).format('MMMM Do, YYYY')}
+
+ {moment(row.updatedDate).format('MMMM Do, YYYY HH:mm:ss')}
+
{
- {moment(credential.updatedDate).format('MMMM Do, YYYY')}
+ {moment(credential.updatedDate).format('MMMM Do, YYYY HH:mm:ss')}
- {moment(credential.createdDate).format('MMMM Do, YYYY')}
+ {moment(credential.createdDate).format('MMMM Do, YYYY HH:mm:ss')}
edit(credential)}>
diff --git a/packages/ui/src/views/variables/index.jsx b/packages/ui/src/views/variables/index.jsx
index e9a1fbf4..37cc8ae7 100644
--- a/packages/ui/src/views/variables/index.jsx
+++ b/packages/ui/src/views/variables/index.jsx
@@ -340,10 +340,10 @@ const Variables = () => {
/>
- {moment(variable.updatedDate).format('MMMM Do, YYYY')}
+ {moment(variable.updatedDate).format('MMMM Do, YYYY HH:mm:ss')}
- {moment(variable.createdDate).format('MMMM Do, YYYY')}
+ {moment(variable.createdDate).format('MMMM Do, YYYY HH:mm:ss')}
edit(variable)}>