12-19-2017 05:17 PM
I noticed that the date and time a action was listed is no longer visable. I used the date and time to tell me how far I need to scroll back in the listings when looking for items. What's up with this?
12-25-2017 02:18 PM
The problem is still persisting for me too but in firefox. It works okay in chrome. With you having the issue in chrome and mine in firefox leads to me to think too that the problem is one ebay's end.
12-26-2017 11:17 AM
12-28-2017 12:52 PM
I have my doubts too that they will fix it.
01-04-2018 12:47 PM
STILL no date and time shown for listings when using Google Chrome. C'mon EBAY techs, have a look at this problem and see what's up?
01-04-2018 03:32 PM
Still not working for me either, except mine is with firefox. works okay on chrome.
01-08-2018 12:42 PM
Apparently the problem started back in November. I found this thread here: https://community.ebay.com/t5/Bidding-Buying/Search-Results-No-Longer-Showing-Date-Time-Listed/qaq-p...
I wish they would fix it.
01-09-2018 02:21 PM
01-10-2018 09:58 AM
Same here, except only with firefox. I did check to see if trying a search in advanced if the date and time would show and it did. But like you if I go to another search, etc. it reverts back to it not showing.
01-10-2018 05:20 PM - edited 01-10-2018 05:22 PM
Interesting about the advanced search thing.
I'm more convinced it's a broken script because I noted this while looking at a missing-TRS-badge-on-search-results-pages issue a bit ago:
<li class="timeleft bold"> <span class="tme"> <span class="MINUTES timeMs" timems="1515632643000" aria-label="Ending time: "></span> </span> </li>
That's the code for the time remaining that should be appearing above the seller name in the search results. What you are seeing there is the placeholder for remaining time element, but it isn't getting filed in/updated by the script (and it looks like the script or scripts in question are the awful ir.ebaystatic.com ones that I always want to block, but don't because it breaks too many other things - they continuously chew up major CPU whenever I profile them)
This is what that block looks like in another FF browser where time remaining is working for a listing ending soon (the type where the time ending is in red because it's less than 60min):
<li class="timeleft bold"> <span class="tme"> <span class="MINUTES timeMs alert60Red" timems="1515632643000" aria-label="Ending time: Today 5:04PM"> 13m left <span class="absTime">(Today 5:04PM)</span> </span> </span> </li>
and here is another where the listing is ending in a few days:
<li class="timeleft bold"> <span class="tme"> <span class="SATURDAY timeMs" timems="1515975908000" aria-label="Ending time: Sunday, 4PM"> 3d 23h left <span class="absTime">(Sunday, 4PM)</span> </span> </span> </li>
Something is broken.
01-14-2018 02:33 PM
It seems to be fixed as of today (using firefox).
01-14-2018 03:42 PM
01-15-2018 09:52 PM
I checked EBAY using Chrome and the date and time started is showing again, at least as of today. We'll see if whatever the problem was is really fixed or sorted.
01-16-2018 02:48 PM
01-18-2018 11:52 AM
It didn't stay fixed long. It is broke again in firefox as of today.