Results 1 to 8 of 8

Thread: Where is the timestamp on this Ubuntu 20.04 screenshot?

  1. #1
    Join Date
    Mar 2019
    Beans
    249

    Where is the timestamp on this Ubuntu 20.04 screenshot?

    Hi,

    In the attached thumbnail, you will see a screenshot I made this afternoon of a glitch (an unexplained download) happening on an Ubuntu 20.04 OS.

    I wanted to check the timestamp on the screenshot, so I pressed properties.

    But when Properties opens, there is no timestamp.

    I made the screenshot at 17:26 (5:26 PM), but there is no record of the time in the properties section of the screenshot.
    Attached Images Attached Images
    Last edited by bhubunt; March 27th, 2023 at 08:42 PM.

  2. #2
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Where is the timestamp on this Ubuntu 20.04 screenshot?

    Check like this
    Code:
    stat </path_to/filename>
    Example
    Code:
    mafoelffen@Mikes-ThinkPad-T520:~/Pictures$ stat ./Screenshot_lunar-lander-05_2022-12-11_01:28:25.png
      File: ./Screenshot_lunar-lander-05_2022-12-11_01:28:25.png
      Size: 16964         Blocks: 40         IO Block: 4096   regular file
    Device: 806h/2054d    Inode: 23593893    Links: 1
    Access: (0664/-rw-rw-r--)  Uid: ( 1000/mafoelffen)   Gid: ( 1000/mafoelffen)
    Access: 2023-03-27 13:55:41.985118605 -0700
    Modify: 2022-12-11 01:28:30.945934262 -0800
    Change: 2022-12-11 01:28:30.945934262 -0800
     Birth: 2022-12-11 01:28:30.941934224 -0800
    The metadata of the png saved with the ScreenShot utility does not have the timestamp
    Code:
    mafoelffen@Mikes-ThinkPad-T520:~/Pictures$ identify ./Screenshot_lunar-lander-05_2022-12-11_01:28:25.png
    ./Screenshot_lunar-lander-05_2022-12-11_01:28:25.png PNG 1024x768 1024x768+0+0 8-bit sRGB 16964B 0.000u 0:00.000

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

  3. #3
    Join Date
    Mar 2019
    Beans
    249

    Re: Where is the timestamp on this Ubuntu 20.04 screenshot?

    Thanks very much for the code.

  4. #4
    Join Date
    Jan 2008
    Location
    Brooklyn, NY
    Beans
    261
    Distro
    Ubuntu Mate 22.04 Jammy Jellyfish

    Re: Where is the timestamp on this Ubuntu 20.04 screenshot?

    The time is in the file name.
    Screenshot from 2023-03.27 17-26-23
    yr.month.day hr-min-sec
    "The piano ain't got no wrong notes."

    -Thelonious Monk

  5. #5
    Join Date
    May 2010
    Beans
    3,416

    Re: Where is the timestamp on this Ubuntu 20.04 screenshot?

    Quote Originally Posted by fyfe54 View Post
    The time is in the file name.
    Screenshot from 2023-03.27 17-26-23
    yr.month.day hr-min-sec
    +1
    It's added to the filename for you

  6. #6
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Where is the timestamp on this Ubuntu 20.04 screenshot?

    exiftool will show lots of data in the header of image files.

  7. #7
    Join Date
    Mar 2019
    Beans
    249

    Re: Where is the timestamp on this Ubuntu 20.04 screenshot?

    Quote Originally Posted by TheFu View Post
    exiftool will show lots of data in the header of image files.
    Cool!

  8. #8
    Join Date
    Oct 2017
    Location
    /dev/sdx
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Where is the timestamp on this Ubuntu 20.04 screenshot?

    If the issue is already been answered and want to mark it as solve.
    On how to mark this thread as solve,
    Please Click the "Solve thread" link below. Regards and cheers.
    corn ubuntuforums community.
    Open Source platform where the real world of human is here. Click here for Solve thread

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •