gosunatxrea
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Time Stamp / Post Date<?php the_time('Y.m.d') ?>
is changed with<?php the_date_xml(); ?>
.Though it is not a fundamental solution.
Forum: Fixing WordPress
In reply to: Pre- 1970 dates no longer handled correctlyForum: Requests and Feedback
In reply to: Bug with backdated post before 1 January 1970 – wp2.8This bug will not be fixed in wordpress2.9.
https://core.trac.www.ads-software.com/ticket/10332
* milestone changed from 2.9 to Future Release
Agree this bug should be fixed, but since we’re in beta 2 now, punting to next release cycle for further testing and/or revision.
Forum: Fixing WordPress
In reply to: How to cope with past centuries date ?Backdated pre-1st January 1970 post displayed as published on the current viewing day
https://core.trac.www.ads-software.com/ticket/10332Bug with backdated post before 1 January 1970 – wp2.8
https://www.ads-software.com/support/topic/285531?replies=15Forum: Fixing WordPress
In reply to: Time Stamp / Post Datesee
Backdated pre-1st January 1970 post displayed as published on the current viewing day
https://core.trac.www.ads-software.com/ticket/10332Bug with backdated post before 1 January 1970 – wp2.8
https://www.ads-software.com/support/topic/285531?replies=15Forum: Requests and Feedback
In reply to: Bug with backdated post before 1 January 1970 – wp2.8Win32 / fresh install : date_i18n() outputs error
(https://core.trac.www.ads-software.com/ticket/7186)To correct this bug, that code block was added.
that code block was modified (added) in :
Revision 8199 Fix date() warning on Windows. Props ozh. fixes #7186
Revision 8742 date_i18n() fixes. Props nbachiyski. fixes #8153
Revision 9616 Use localized dates on General Options page. Props nbachiyski. fixes #8153
Revision 9742 date_i18n() fixes. Props nbachiyski. fixes #8153Does it only has to do with php 4 and apache on win32 ?
Forum: Requests and Feedback
In reply to: Bug with backdated post before 1 January 1970 – wp2.8Try “https://core.trac.www.ads-software.com/attachment/ticket/10332/functions.php.diff”, it works for me.
(I am new at php and wordpress…)Forum: Fixing WordPress
In reply to: Pre- 1970 dates no longer handled correctlyI’m having the same problem.
I’m guessing this has to do with “wp-includes/functions.php Revision 10407 -> Revison 10408”
(Optimizations for mysql2date() https://core.trac.www.ads-software.com/ticket/8166)the previous version of mysql2date(Revision 10407) worked fine but
this one(Revison 10408) haven’t work it out.