Opened 12 years ago
Closed 12 years ago
#29296 closed defect (bug) (fixed)
Use current_time() to create first post
| Reported by: | extendwings | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.2 |
| Component: | Upgrade/Install | Version: | 3.8 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: |
Description
During installation, first post, "Hello World!", is created with GMT(UTC+0). It should be local timezone.
I think using current_time() is better than date().
Attachments (1)
Change History (6)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Seems valid to me.
The patch works as expected, although there's currently a GlotPress bug with
'0'(default GMT offset or timezone string) missing from translations.