What's on the tin. One line change - when HistoricalFacts are recorded during checkin process, a fact_recorded datetime field must set. Uses django's util for getting the timezone right. Example exception:
IntegrityError: null value in column "fact_recorded" violates not-null constraint
DETAIL: Failing row contains (944500, memoryfree_mb, 153.63671875, null, 895).
What's on the tin. One line change - when HistoricalFacts are recorded during checkin process, a fact_recorded datetime field must set. Uses django's util for getting the timezone right. Example exception: