aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/actor/profile.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/actor/profile.php')
-rw-r--r--templates/actor/profile.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/actor/profile.php b/templates/actor/profile.php
index 8339fa2..3165586 100644
--- a/templates/actor/profile.php
+++ b/templates/actor/profile.php
@@ -22,8 +22,7 @@ $actorUser = UserAccount::findByLinkedActor($actor);
<div class="displayName"><?= htmlspecialchars($actor->displayName) ?></div>
<div class="pronouns"><?= htmlspecialchars($actor->pronouns) ?></div>
<div class="handle">@<?= $actor->getFullHandle() ?></div>
- <div class="joinedDate"><?= sprintf(__('user.profile.createdAt'), $actor->created->format('Y-m-d')) ?>
- </div>
+ <div class="joinedDate"><?= sprintf(__('user.profile.createdAt'), format_datetime($actor->created)) ?></div>
</div>
<div class="profileMiniActions">