Make WordPress Core

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)

1.diff (511 bytes ) - added by extendwings 12 years ago.

Download all attachments as: .zip

Change History (6)

@extendwings
12 years ago

#1 @tellyworth
12 years ago

  • Version trunk3.8

#2 @extendwings
12 years ago

  • Resolutioninvalid
  • Status newclosed

#3 @DrewAPicture
12 years ago

  • Milestone Awaiting Review

#4 @SergeyBiryukov
12 years ago

  • Keywords has-patch commit added
  • Milestone4.2
  • Resolution invalid
  • Status closedreopened

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.

#5 @SergeyBiryukov
12 years ago

  • Resolutionfixed
  • Status reopenedclosed

[31225] missed the ticket.

Note: See TracTickets for help on using tickets.