Questions tagged [time-stamp]
The time-stamp tag has no summary.
9 questions
5 votes
3 answers
525 views
Fastest way to generate (machine wide) unique 64 bit timestamps on Windows
Here are some of the characteristics of my problem: I must generate unique 64 bit timestamps across processes on a single machine. I am very much limited to those 64 bits. This seems to rule out using ...
0 votes
1 answer
270 views
Time elapsed between two 8-bit timestamps
So I have a sets of numbers representing some timings. This is how they look like: [sec] [msec] 100 75 100 200 101 60 101 233 102 255 104 21 First column contains the ...
3 votes
0 answers
3k views
How to get local device time corresponding to NTP server timestamp?
So, I'm trying to use an NTP server to help me synchronize an app across two Android devices (to have them perform some action at the exact same time, give or take < 20 ms). I'm using the SNTP ...
3 votes
3 answers
2k views
Handling invoices with timestamps
I'm currently going to write something to automatically create invoices with cronjobs by using PHP and timestamps. I have a, for me, well-considered idea of how to solve it, but I want to ask the ...
0 votes
2 answers
458 views
What timestamp to use when pulling files from a VCS system?
Yesterday, a colleague asked me how to configure our VCS to timestamp the local copy of files pulled from the repository with the modification time in the repository. I've always believed that they ...