kaniini / jejune

no-nonsense activitypub implementation
Other
27 stars 2 forks source link

Timestamps in UTC, offset from UTC, or local Timezone displayed? #3

Open tallship opened 3 years ago

tallship commented 3 years ago

Timestamps are awesome, and I really like the way they're displayed, but can the zone be added in some form to the roadmap somewhere down the line?

UTC always works, although I'm sure many would prefer it with an offset for their local timezone or perhaps displayed in their local (or the server's) local timezone. i.e., PDT/PST, MST, EST, etc.

Definitely NOT a priority here, but something I would like in any of my publishing platforms.

kaniini commented 3 years ago

The displayed timezones are in GMT, as they are in ActivityStreams. We should make this configurable and also tweak the way timestamps are rendered. I'm uhh, not a designer, so I just came up with a quick solution.