Questions tagged [timestamping]

67 questions
0
votes
1 answer

How to check whether a dynamic web-page was updated?

I know I can check the last modification time with wget -S http://www.staticpage.com as long as the page is static. But when doing the same to a dynamic page I always get the present time. So, what is the less intrusive way to ask a site if a page…
Quora Feans
  • 928
  • 3
  • 10
  • 21
0
votes
0 answers

Give priority to the (software) time stamping thread in e1000e net driver

I am new to linux programming. I have an intel NIC with e1000e driver. I am working on precise time stamping of packets being captured from a network. An interrupt is generated at every packet reception. Thus an interrupt handler registered by the…
0
votes
1 answer

Inspect TSA timestamp

I'm trying to validate a XAdES signature with a SignatureTimeStamp-element (which is a base64-encoded block). The Java-Lib xades4j basically does the validation for me. However, I'd like to manually inspect the timestamp (especially when validation…
Andy
  • 1,964
  • 1
  • 15
  • 29
0
votes
0 answers

Is there a better way than using jQuery and timestamps to update a table?

The following 'bit' of code, creates a standard html page with a simple table, displaying messages and their timestamps (that could potentially be presented nicer, but atm never mind. The PHP first retrieves all of the messages (from a particular…
Florian Mertens
  • 2,418
  • 4
  • 27
  • 37
-1
votes
4 answers

How do I timestamp simultaneous function calls in Python?

I have a read function in a module. If I perform that function simultaneously I need to timestamp it. How do I do this?
user46646
  • 153,461
  • 44
  • 78
  • 84
-2
votes
1 answer

Accurately measuring Time for an event ( relay contact closure) using GPS PPS

I have a relay contact closure event that needs to be timestamped accurately ( 1 msec) with a GPS and the PPS output... I am not sure how to feed the relay contact output to a microcontroller and then synchronize the microcontroller clock to the GPS…
Rastin
  • 1
-2
votes
1 answer

PHP timestamp "hours ago" only

Possible Duplicate: PHP Timestamp until “hours ago” trouble How can I make a PHP timestamp that will display the time ago until hours only? for example displaying 48hours instead of 2days ago and 480hours instead of 20days ago.
1 2 3 4
5