I have noticed this before too and it seems to happens at random: when I retrieve askBar.getTime() in the onBar method there seems to be a delay in the time that gets printed in the Strategy Log (I print the time every Bar (in onBar)).
The code I use is
println("...format(askBar.getTime()).toString()...")
As you can see the time that gets printed is different than the real time. Again, this
only happens on occasion.

Can someone explain why this is happening?
Thanks in advance