mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 14:30:53 +08:00
Added epoch time to json output
This commit is contained in:
@@ -139,3 +139,9 @@ timespec diff(timespec start, timespec end)
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
int getEpochTime()
|
||||
{
|
||||
return std::time(0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user