Sheogorath on Nostr: Timezone :) The created_date is recorded in UTC and then just formatted in your local ...
Timezone :)
The created_date is recorded in UTC and then just formatted in your local date format, which means your join date might shift if the time different to UTC is larger than the time you are into the new day.
https://github.com/mastodon/mastodon/blob/c93aacafdea188cac791b62a32e3117a7dc3e9cc/app/javascript/mastodon/features/account/components/header.jsx#L441-L444
The created_date is recorded in UTC and then just formatted in your local date format, which means your join date might shift if the time different to UTC is larger than the time you are into the new day.
https://github.com/mastodon/mastodon/blob/c93aacafdea188cac791b62a32e3117a7dc3e9cc/app/javascript/mastodon/features/account/components/header.jsx#L441-L444