#17310 closed defect (bug) (duplicate)
date_i18n('Y-m-d H:i:s u') returns 1970-01-01 00:00:00 000000
Reported by: | arena | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.2 |
Component: | General | Keywords: | dev-feedback |
Focuses: | Cc: |
Description
Is this a bug ?
this has been detected between 04/26 and 04/30
Change History (6)
#3
@
13 years ago
comparing code of 3.1.1 and 3.2 bleeding
looks like $unixtimestamp is not initialized when false (default value)
#4
@
13 years ago
See if grueben's patch on ticket:17278 fixes for you.
#5
@
13 years ago
- Resolution set to duplicate
- Status changed from new to closed
patch on ticket:17278 fixes it
Note: See
TracTickets for help on using
tickets.
It means date(foo) is returning null. Can you confirm that your server's date is properly set? it might be a Y2k or a Y2038 related bug.