#257 closed enhancement (fixed)
Calculate time differences in blog timezone
| Reported by: | hudatoriq | Owned by: | hudatoriq |
|---|---|---|---|
| Priority: | high | Milestone: | 1.1 |
| Component: | Settings | Version: | 1.0 |
| Severity: | normal | Keywords: | |
| Cc: | nattapat255130@… |
Description
This is another alternative of ticket #256
The difference is, we use the blog timezone to do time calculation instead of GMT or server timezone.
Attachments (1)
Change History (8)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
When working on this, I discover a bug in WordPress current_time() function. It returns the server time, not GMT even the $gmt parameter is passed into it. I also submitted a ticket for it
http://trac.wordpress.org/ticket/8662
This buddypress patch will only work if the WordPress current_time() bug is fixed.