Just noticed in my debugger that the timestamp is 1 month behind, so it's showing as 8th June 2014 and not 8th July.
Anyone else noticed this?
We've tested different sites, browsers, machines and debuggers and my PC has the correct time setting. A colleague found the same issue in his debugger too.
That's actually just a cosmetic discrepancy with the debugger - The month field when sending image requests ranges from 0-11 instead of 1-12 in that raw format.
If you turn on 'Friendly Format', you'll find that the date is fixed to reflect the current month.
That's actually just a cosmetic discrepancy with the debugger - The month field when sending image requests ranges from 0-11 instead of 1-12 in that raw format.
If you turn on 'Friendly Format', you'll find that the date is fixed to reflect the current month.