7 Aug
2012
7 Aug
'12
2:12 a.m.
On 6 Aug 2012, at 23:05, "lscrlstld" <lscrlstld@gmail.com> wrote:
The %{Event-Timestamp} used in query have a wrong date/time format, it is not the timestamp.
Yes. That's why the "master" branch uses %{integer:Event-Timestamp}, which causes the timestamp to be printed as a Unix 32-bit number.
Is it a dependency of OS setup? How this variable (Event-Timestamp) is generated?
The default config should work.
Can you do a Git pull and verify the problem still exists? I fixed this a couple of weeks ago.
-Arran
If use git checkout I have dialup version without integer modification, if I get it with http I have it corrected.
Um git checkout changes branches and revisions. Git pull is the command you want... -Arran