Opened 10 years ago
Closed 10 years ago
#29296 closed defect (bug) (fixed)
Use current_time() to create first post
Reported by: | extendwings | Owned by: | |
---|---|---|---|
Milestone: | 4.2 | Priority: | normal |
Severity: | normal | Version: | 3.8 |
Component: | Upgrade/Install | Keywords: | has-patch commit |
Focuses: | Cc: |
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.
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.