Page MenuHomePhorge

Clarify what the timezone is (not obvious to newcomers)
Open, WishlistPublic

Description

At the moment an Event looks like this:

Phorge Event example.png (571×751 px, 51 KB)

The thing is, Phorge/Phabricator has a really robust absolute time support, storing everything as Unix timestamps and showing every date in a very handy way following user preferences, but that could be somehow clarified from the web interface.

The root issue is:

Event organizers (but also Event participants) don't have a quick way to say to their international friends "This event starts at 10:00 AM UTC+2" since "UTC+2" is not an information that can be assumed from an Event page.

Proposal n. 1:

Improve the dates so that when you put the mouse over it, it says the timezone (your timezone from your user preferences).

Proposal n. 2:

Improve the phrase in the Event header. Example from/to:

  • "Hosted by <user> on Mon, May 22, 18:00 - 19:00."
  • "Hosted by <user> on Mon, May 22, 18:00 - 19:00, Europe/Rome" (← Your user preferences)

Event Timeline

valerio.bozzolan created this task.
valerio.bozzolan created this object in space S1 Public.

@valerio.bozzolan Will allowing a Timezone option in the user's "Date Format" solve this?

I personally like having the time-zone explicitly specified whenever possible.

Yeah why not. Indeed not everybody using Phorge has an international audience, so it would be nice also to have a related option to eventually supress that info I guess.