Subject Re: [Firebird-Java] Timestamp Linux
Author
Hi,
I did not write this code. It's from that library of which I wowed not to mention  on the Internet :)

public final static int MILLIS_PER_SECOND = 1000;
public final static int NANOS_PER_SECOND  = 1000000000;

java 1.8.0_92-b14
JayBird 3.0.1

Hugo