Why aren’t my fixtures properly loading their ‘registered’ timestamps correctly?
Ah, the dreaded Year 2038 issue
loads fine: user_registered: ’2038-01-18 21:14:07′
not happy: user_registered: ’2038-01-18 21:14:08′
So, that fixture that I just wanted to have ‘a date way out in the future’ will need to be knocked back a few years I guess.
Advertisement