? ? Success

User tests: Successful: Unsuccessful:

avatar andrepereiradasilva
andrepereiradasilva
2 Sep 2016

Summary of Changes

As discussed in #11888 this PR adds the microsconds when creating a JDate('now') so 'now' is really 'now' and not with a delay up to 0.99(9) seconds.

Testing Instructions

  • Add to protostar/isis index.php the following code.
$date1 = new JDate('now'); usleep(1000); $date2 = new JDate('now');
$app->enqueueMessage($date1->format('Y-m-d H:i:s.u') . '<br />' . $date2->format('Y-m-d H:i:s.u'), 'notice');
  • Reload page. Before patch the dates are equal with 0 microseconds.

image

  • Apply patch. You should see the dates are different and you should see the microsecond in the notice message.
  • Test if Joomla works fine.

image

Documentation Changes Required

This page in the docs should probably be updated https://docs.joomla.org/How_to_use_JDate

avatar andrepereiradasilva andrepereiradasilva - open - 2 Sep 2016
avatar andrepereiradasilva andrepereiradasilva - change - 2 Sep 2016
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 2 Sep 2016
Category Libraries
avatar joomla-cms-bot joomla-cms-bot - change - 2 Sep 2016
Labels Added: ?
avatar andrepereiradasilva andrepereiradasilva - edited - 2 Sep 2016
avatar andrepereiradasilva andrepereiradasilva - change - 2 Sep 2016
The description was changed
avatar andrepereiradasilva andrepereiradasilva - edited - 2 Sep 2016
avatar andrepereiradasilva andrepereiradasilva - change - 2 Sep 2016
The description was changed
avatar andrepereiradasilva andrepereiradasilva - edited - 2 Sep 2016
avatar andrepereiradasilva andrepereiradasilva - change - 2 Sep 2016
The description was changed
avatar andrepereiradasilva andrepereiradasilva - edited - 2 Sep 2016
avatar andrepereiradasilva andrepereiradasilva - change - 2 Sep 2016
The description was changed
avatar andrepereiradasilva andrepereiradasilva - edited - 2 Sep 2016
avatar andrepereiradasilva andrepereiradasilva - change - 2 Sep 2016
The description was changed
avatar andrepereiradasilva andrepereiradasilva - edited - 2 Sep 2016
avatar bhavikTailored bhavikTailored - test_item - 5 Sep 2016 - Tested successfully
avatar bhavikTailored
bhavikTailored - comment - 5 Sep 2016

I have tested this item successfully on 90cc89a


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/11890.

avatar BhaveshTailored
BhaveshTailored - comment - 5 Sep 2016
avatar BhaveshTailored BhaveshTailored - test_item - 5 Sep 2016 - Tested successfully
avatar BhaveshTailored
BhaveshTailored - comment - 5 Sep 2016

I have tested this item successfully on 90cc89a


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/11890.

avatar brianteeman brianteeman - change - 5 Sep 2016
Status Pending Ready to Commit
avatar brianteeman
brianteeman - comment - 5 Sep 2016

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/11890.

avatar joomla-cms-bot joomla-cms-bot - change - 5 Sep 2016
Labels Added: ?
avatar brianteeman
brianteeman - comment - 5 Sep 2016

This page in the docs should probably be updated https://docs.joomla.org/How_to_use_JDate


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/11890.

avatar andrepereiradasilva andrepereiradasilva - edited - 5 Sep 2016
avatar andrepereiradasilva
andrepereiradasilva - comment - 5 Sep 2016

ok updated PR description

avatar mbabker
mbabker - comment - 5 Sep 2016

Nothing there needs updating as there's no documentation about microseconds not being honored before the patch or any notes about incompatibilities with microsecond formats (which there wouldn't be any; all the formatting is done by the parent DateTime class, we just had a limitation that kept "now" from storing microseconds when instantiating the object).

avatar wilsonge wilsonge - change - 6 Sep 2016
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2016-09-06 21:34:27
Closed_By wilsonge
avatar wilsonge wilsonge - close - 6 Sep 2016
avatar wilsonge wilsonge - merge - 6 Sep 2016
avatar joomla-cms-bot joomla-cms-bot - close - 6 Sep 2016
avatar joomla-cms-bot joomla-cms-bot - close - 6 Sep 2016
avatar joomla-cms-bot joomla-cms-bot - change - 6 Sep 2016
Labels Added: ?
Removed: ?

Add a Comment

Login with GitHub to post a comment