See “real” commit date in github (hour/day)

后端 未结 7 1563
离开以前
离开以前 2021-01-31 00:36

Is there a way to see the date of a commit in github, with day/hour precision? Older commits appear in a \"human readable\" format, such as \"2 years ago\" instead of showing th

7条回答
  •  误落风尘
    2021-01-31 01:21

    The real date does not appear for me upon hovering "2 years ago", despite the text being wrapped by a element with an iso value under its datetime attribute.

    If all else fails, like it did for me, try inspecting the text.

    Sample element:

提交回复
热议问题