You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm using the latest version of Pleroma to post tweets to a Mastodon instance.
It wotks great but the time reported on the Mastodon side is wrong, getting 1 hour late. For example, a tweet posted at 8:00 is reported to have been published at 7:00 on Mastodon. It seems, in my case, the date/time is reported on UTC time, as I live on the UTC+1 timezone.
Is it a parameter to correct this ?
The text was updated successfully, but these errors were encountered:
Ah, that makes sense.
The original date of the tweet reported by the API is, as you guessed, on UTC.
Currently there's no parameter to change the timezone of the original_date mapping but I consider it's worth adding.
I'll look into it, the change shouldn't be too involved.
Hello, I'm using the latest version of Pleroma to post tweets to a Mastodon instance.
It wotks great but the time reported on the Mastodon side is wrong, getting 1 hour late. For example, a tweet posted at 8:00 is reported to have been published at 7:00 on Mastodon. It seems, in my case, the date/time is reported on UTC time, as I live on the UTC+1 timezone.
Is it a parameter to correct this ?
The text was updated successfully, but these errors were encountered: