Skip to main content

Questions tagged [timestamp]

The time at which an event is recorded by a computer.

0 votes
0 answers
18 views

How to change output to timestamps for ffmpeg freezedtect?

ffmpeg -i demo.mp4 -vf "freezedetect=n=-60dB:d=5" -map 0:v:0 -f null - Will output: lavfi.freezedetect.freeze_start: 324.266667 lavfi.freezedetect.freeze_duration: 5.066667 lavfi....
Farn3's user avatar
  • 1
0 votes
0 answers
59 views

How Can LibreOffice Convert Milliseconds To Timestamp Or DateTime?

In LibreOffice I had converted timestamps into milliseconds because I didn't find a built-in way to naturally handle a standard time format. But now for real people, I want to convert that time easily ...
Zach's user avatar
  • 103
2 votes
1 answer
177 views

linux last status change time / last modification time

When I modify the content of a file, for example by date > f.txt then I execute stat f.txt I see that both last status change time and last modification time are both are changed. I am looking for ...
tahzibi.jafar's user avatar
0 votes
1 answer
95 views

Excel - how to handle custom timestamp format

I have some measurement data from a datalogging software, saved as CSV, and one column contains time stamps like this: 12.04.2024 15:11:32:684 12.04.2024 15:11:35:752 The format of this is: dd.mm....
blrgblrgblrg's user avatar
3 votes
1 answer
543 views

How can all files on my drive suddenly have modified timestamps set to 1 hour newer than a week ago?

I regularly back up most of my files using Robocopy using the mirror function. I haven't noticed anything odd in the past days, since I most frequently backup to another SSD. But to my horror, when ...
Hunnicatt's user avatar
1 vote
0 answers
104 views

How to extract subtitle timestamps using ffprobe (not working as expected)?

I am trying to extract subtitle timestamps from a M2TS file using ffprobe. This does not work as expected. The M2TS file is known to contain 1001 subtitles in track 4, but I am getting about 4000 ...
Binarus's user avatar
  • 1,835
2 votes
1 answer
173 views

Multiple Interfaces on same subnet breaks PTP

I have a PC ("main PC") with two interfaces mgbe0 and mgbe1. Both of these interfaces connect to another PCs A and B (mgbe0->"A", mbge1->"B"). Both PCs A and B are ...
Megapiot's user avatar
1 vote
1 answer
316 views

dir /ta for displaying last-access times sometimes shows last-write times instead

On my Windows 11 22H2 system, I've verified that that last-access timestamps are maintained (fsutil behavior query disableLastAccess), and in PowerShell they can be retrieved. However, with cmd.exe's ...
mklement0's user avatar
  • 2,110
0 votes
1 answer
223 views

Excel: the first and last time per day

I have an Excel file with timestamps and I want to find the first and last time per day, My spreadsheet has thousands of rows, but here is an extract: Startup Time Shutdown Time 29.10.2020 15:59 29....
Joao's user avatar
  • 1
26 votes
2 answers
6k views

What is this 14-digit time format from Windows registry?

Microsoft Office 365 saves information in the registry about what time it last searched/downloaded/applied updates in a format like this: Get-ItemProperty 'HKLM:\SOFTWARE\Microsoft\office\ClickToRun\...
Cpt.Whale's user avatar
  • 8,367
0 votes
0 answers
4k views

Manually alter/change displayed time and date sent Outlook email? Alter headers date time sent in code Outlook

In Gmail I can go in using inspect and dev tools and epoch converter then go through SMTP and alter the date and time stamps, backdate emails, send custom fillable dynamic emails. I can’t find ...
Ellie Sjogren's user avatar
1 vote
1 answer
124 views

how to test in bash which of the two symlinks is older (or newer)

Apparently, the bash tests -nt and -ot dereference links. Let's consider the following files and links to them: $ ls -lt --full-time f* | cut -d ' ' -f 6- 2023-04-24 02:05:01.083919712 +0200 f1l -> ...
user avatar
1 vote
0 answers
130 views

influxDB v1.8 : InfluxQL : Continous Query in a bash script

I wrote a bash script for inserting the summary of the daily energy database "xxx_d" into the monthly database "xxx_m" - triggered on every 1st day of the month at 02 o'clock by a ...
6a5h4's user avatar
  • 11
1 vote
1 answer
71 views

How to set old modification times between the working directory and its backup recursively?

Let's assume you have two directories, e.g., /long_path_1 and /long_path_2 (potentially with spaces), that you know to be almost equal, e.g., because you previously ran diff -rq --no-dereferences /...
user avatar
1 vote
0 answers
32 views

Auto Timsetamp formula is extending but not calculating correct/Today's date

=IF([@Code1]<>"",IF([@[Auto DT]]<>"",[@[Auto DT]],NOW()),"") This formula to get timestamp in column [Auto DT]. Currently Step1 = I add code in new row. New ...
Danish's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
15