mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 06:49:16 +02:00
* GetEpochTime (not used though it seems) should return time_t
This commit is contained in:
parent
fb9bcac2d3
commit
3cd2cbcda8
@ -1410,7 +1410,7 @@ end;
|
|||||||
****************************************************************************}
|
****************************************************************************}
|
||||||
|
|
||||||
|
|
||||||
Function GetEpochTime: cint;
|
Function GetEpochTime: time_t;
|
||||||
{
|
{
|
||||||
Get the number of seconds since 00:00, January 1 1970, GMT
|
Get the number of seconds since 00:00, January 1 1970, GMT
|
||||||
the time NOT corrected any way
|
the time NOT corrected any way
|
||||||
|
Loading…
Reference in New Issue
Block a user