Skip to main content

Questions tagged [time-stamp]

5 votes
3 answers
525 views

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 ...
ChristopheD's user avatar
0 votes
1 answer
270 views

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 ...
mariusmmg2's user avatar
3 votes
0 answers
3k views

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 ...
nt22's user avatar
  • 131
3 votes
3 answers
2k views

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 ...
Fabian's user avatar
  • 133
0 votes
2 answers
458 views

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 ...
Niall C.'s user avatar
  • 879