mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 04:56:03 +03:00
[GH-ISSUE #444] Should Cypht show the dates/times in user's time zone? #368
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#368
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @marclaporte on GitHub (Oct 27, 2020).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/444
For a message, I see: Date | Mon, 26 Oct 2020 20:31:35 +0000
Would be more friendly to show in my time zone. But time zones can be tricky, especially with DST.
Thoughts?
@dumblob commented on GitHub (Oct 27, 2020):
I think the default should be UTC. I'm though not opposed to some additional opt-in configurable behavior like showing the current (guessed!) time zone etc.
@marclaporte commented on GitHub (Oct 28, 2020):
So maybe while we are at it, we have three options:
@jasonmunro commented on GitHub (Oct 28, 2020):
we have a timezone setting that if unset defaults to utc. IMO we should just use that (and include time ago in addition to the timestamp).
@jasonmunro commented on GitHub (Oct 28, 2020):
@marclaporte check out the latest master and let me know what you think. Don't forget to set your timezone in the general settings.
@marclaporte commented on GitHub (Oct 28, 2020):
@jasonmunro I confirm it works beautifully. Thanks!