Marco van de Voort schreef:
In our previous episode, Jan De Bleser said:
How is it possible to get the system time in linux?
It used to be possible by using 'getsystemtime' of the unit oldlinux,
but this unit is no longer available on my compiler...

The thing I want to use it for is: I get a packet form libpcap, with the
time of receival in system time.
I want to convert this time to system time by doing something like:
rcvTime := packet.rcvTime + (now - getSystemTime)

fptime probably. Note that not all *nix systems have system time set to GMT.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Yeah thanks, That did the trick.
I was a bit confused because hwclock doesn't give you the real hardware clock :s

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to