Displaying time and timezone information to the user (what, not how)

后端 未结 13 1657
予麋鹿
予麋鹿 2020-12-31 17:13

(This is a question about the UI rather than the technology required to do it)

What is the clearest way to display a time for events occurring in different timezones

13条回答
  •  独厮守ぢ
    2020-12-31 17:59

    Display it with the Timezone abreviation

    Instead of

    15:18 GMT+1
    

    Show it as Central European Time

    15:18 CET 
    

    People are More used to seeing their own timezone

提交回复
热议问题