I insert lightning data in to the database using the 'Custom upload at rollover' function as follows:
Code: Select all
INSERT IGNORE INTO Lightning (LogDate,StrikesToday) VALUES ('<#date format=yyyy-MM-dd>',<#LightningStrikesToday>)Easy fix, I just manually added in the 12th and deleted the latest entry (18th) as I thought CMX would populate it correctly at the rollover.
I just checked the database again and noticed that it skipped the 18th and added in the 19th.
All rather confusing!