diff --git a/app/changelog/page.mdx b/app/changelog/page.mdx
index 162a632..ac5a2fa 100644
--- a/app/changelog/page.mdx
+++ b/app/changelog/page.mdx
@@ -32,6 +32,7 @@ This page lists changes since Working Draft 3. {{ className: 'lead' }}
- [Likes Extension](/extensions/likes), [Reactions Extension](/extensions/reactions) and [Share Extension](/extensions/share) now use this field, instead of a custom field in `extensions`.
- Allowed uppercase characters in [User](/entities/user) `username`.
- These are now case-insensitive.
+- Added `timezone` field to [Vanity Extension](/extensions/vanity).
## Since WD 3
diff --git a/app/extensions/vanity/page.mdx b/app/extensions/vanity/page.mdx
index c6da43f..f63d45e 100644
--- a/app/extensions/vanity/page.mdx
+++ b/app/extensions/vanity/page.mdx
@@ -69,6 +69,9 @@ All properties are optional.
Location does not need to be precise, and can be as simple as `+46+002/` (France) or `+48.52+002.20/` (Paris, France).
+
+ User's timezone. Should be a valid [IANA timezone](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) string.
+
Versia profiles that should be considered aliases of this profile.
@@ -124,6 +127,7 @@ All properties are optional.
},
"birthday": "1998-04-12",
"location": "+40.6894-074.0447/",
+ "timezone": "America/New_York",
"aliases": [
"https://burger.social/accounts/349ee237-c672-41c1-aadc-677e185f795a",
"https://versia.social/users/f565ef02-035d-4974-ba5e-f62a8558331d"