diff --git a/src/pages/Profile/Profile.js b/src/pages/Profile/Profile.js
index def501f..c346341 100644
--- a/src/pages/Profile/Profile.js
+++ b/src/pages/Profile/Profile.js
@@ -60,7 +60,7 @@ export const Profile = observer(() => {
key: 'created_at',
render: (text, record) => {
return (
- {format(parseISO(record.created_at), 'mm:HH dd MM YYYY')}
+ {format(parseISO(record.created_at), 'mm:HH dd-MM-yyyy')}
)
},
},