I am trying to find an extended description about the function Now(), which returns time. On the official FreePascal site is this description:
Now returns the current date and time. It is equivalent to Date+Time.
I am looking for time which is measured from the epoch January, 1, 1970 00:00:00 in FreePascal.
Can you help me?