Closed (works as designed)
Project:
Drupal core
Version:
8.2.x-dev
Component:
views.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 Sep 2014 at 09:53 UTC
Updated:
2 Feb 2017 at 07:41 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #1
Anonymous (not verified) commentedThe updated date field uses the "default short date format", whereas the created field is shown with the default "fallback date format". Changing the format of the latter results in the view you were expecting:
I'd say this works as designed.
Comment #2
Anonymous (not verified) commentedCould someone else verify that this works as expected?
Comment #5
jaspreetsingh31 commented@pjonckiere, I have verified this date issue on drupal 8.3.x, 8.2.x-dev and it's working as expected.
Date format is as expected "02/01/2017 - 13:28". Please find the attached screenshot "Drupal 8.2.x_dateissue.png" for sake reference.
Thanks
Jaspreet singh
Comment #6
lendudeThe update time uses the same format as the non-views version of the content page, so that is good, the post date isn't shown there, so there is no guideline for that.
I think just showing the date for the post date makes sense as a default, people are free to reconfigure the View as they see fit.