Opened 12 years ago
Closed 8 years ago
#4324 closed defect (bug)
Private message sent durations are incorrect after first sending.
Reported by: | LukeJJones | Owned by: | LukeJJones |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 1.5.6 |
Component: | Messages | Keywords: | |
Cc: |
Description
When I first reply to a private message the time it says "Sent 7 hours ago". When I refresh the correct sent duration is displayed.
Attachments (1)
Change History (7)
#1
@
12 years ago
- Keywords reporter-feedback added
When you reply to a private message with AJAX, BuddyPress uses WordPress' current_time() to grab the GMT time.
Can you test and see if current_time()
is working correctly on your install?
eg:
var_dump( current_time( 'gmt', 1 ) );
This should output the GMT time. If this is not accurate, then the time will not be accurate when you first reply the PM.
Let us know.
#2
@
12 years ago
- Keywords needs-patch dev-feedback added
- Milestone changed from Awaiting Review to 1.7
There's definitely been something funky with this, since years and years ago.
#3
@
12 years ago
- Keywords reporter-feedback dev-feedback removed
- Milestone changed from 1.7 to 1.8
Let's get some eyes on this in 1.8.
Screenshot of the issue