In the morning, i was writing a automation sql script for QA. And after move the source file from mac mini to my machine. It met such warning as i tried to run the file.
1
|
|
It’s ok because it’s just warning. But i am just a little bit agnoied by the message. So i decided to kill this warning message. After search in google, i found the answer.
And the steps should be:
1
|
|
- Find the spec that is causing the problem, search it in vi with string “2011” and i found that line.
- Change
s.date = %q{2011-08-11 00:00:00.000000000Z}
tos.date = %q{2011-08-11}
Cool, done, no more bothering information.