Skip to main content

Questions tagged [timestamps]

timestamp is used for questions that are about data specifying seconds since the epoch (19700101T00:00:00) or possible some other standard, and also for (date) and time information in filenames.

1 vote
1 answer
95 views

Basically I am looking for the PNG-equivalent of jhead -ft *.jpg (which sets the timestamp of the file based on the exif time for JPG files). So I have png files and want to set their timestamp to the ...
user1583209's user avatar
4 votes
3 answers
729 views

I always thought that the timezone is not stored by the filesystem, and that stat would show times formatted with the current timezone of the user, and therefore if I do stat on various files today ...
user324831's user avatar
0 votes
2 answers
140 views

Continuing https://unix.stackexchange.com/a/22822, how to deduplicate files, given as a list, into hardlinks, while maintaining the timestamps of their directories? Unfortunately, hardlinks changes ...
AlMa1r's user avatar
  • 1
0 votes
0 answers
76 views

I am working on an embedded Linux system (kernel-5.10.220). Now I am testing the suspend and resume in this system with a watchdog time as the wakeup source to wake system up from suspend. The ...
wangt13's user avatar
  • 651
8 votes
1 answer
2k views

Here is a test file test.applescript: display dialog "foo" buttons {"OK"} cancel button 1 default button 1 At 4:05 PM I compiled it to test.app: osacompile -o test.app test....
jsx97's user avatar
  • 1,397
1 vote
1 answer
150 views

GNU make relies on timestamps to see if a dependency was changed after some file was built. If you make a change during the leap second or an NTP adjustment, is it possible that make will believe the ...
Tomek Czajka's user avatar
0 votes
3 answers
290 views

When I use WinSCP to access my SFTP server, it shows me the last modified (changed) date including seconds. If I use sftp on Linux and run ls -l, it only shows the hours and minutes, but no seconds. ...
me.at.coding's user avatar
  • 3,179
0 votes
0 answers
45 views

I am trying to find out a way to do incremental antivirus scan. My current approach under evaluation is using "find". You can see relevant question here: Is there a reason why I can't ...
user1578026's user avatar
4 votes
3 answers
1k views

I need to scan Linux systems for viruses/malware, on the entire file system. There are few options to consider. One is normally what users do: Use antivirus to scan system once a day. The second ...
user1578026's user avatar
4 votes
1 answer
386 views

I can make some date arithmetic with date command like $ date -u -d '3 days 2024-12-01T00:00:00Z' +%FT%H:%M:%SZ 2024-12-04T00:00:00Z $ The date command can parse quite a lot of date formats, ...
Roux's user avatar
  • 143
0 votes
0 answers
177 views

In Terminal, i have see, when finish command, i view, when i input next command I use this solution https://unix.stackexchange.com/a/622928/675422 exec &> >( ts '%Y-%m-%d %H%M.%.S ' ) # ...
SharkyEXE's user avatar
1 vote
2 answers
436 views

I rotated an MP4-video and in this process lost the correct metadata and timestamp of the file. Is there a way to copy the metadata and timestamp from the original (not roated) file to the new file. (...
user1583209's user avatar
0 votes
1 answer
229 views

KWrite is included as the default text editor in several popular Linux distros (such as Fedora KDE). Inserting a timestamp is a basic feature of text editors. How can one set a keyboard shortcut to ...
Amazon Dies In Darkness's user avatar
1 vote
5 answers
470 views

I am trying all the methods but I get this error: I want to convert this format to epoch --> date "+%Y%m%d%H%M%S" example --> 20240913235959 I also tried other formats such as: date &...
Navid Taghavi's user avatar
2 votes
2 answers
491 views

While debugging Wifi issues I came across this anomaly: $ sudo dmesg -e [Jul 1 14:28] wlxd85d4c93a47f: deauthenticating from 1c:57:3e:96:c3:a3 by local choice (Reason: 3=DEAUTH_LEAVING) [ +1.457910] ...
dotancohen's user avatar
  • 16.6k

15 30 50 per page
1
2 3 4 5
40