Closed AndrejMitrovic closed 4 years ago
MacOS revealed that for many events the %t timestamp option produces unexpected values, like a negative timestamp.
%t
We can replace it with something like time(null) to get the current time.
time(null)
MacOS revealed that for many events the
%t
timestamp option produces unexpected values, like a negative timestamp.We can replace it with something like
time(null)
to get the current time.