Displaying 1 result from an estimated 1 matches for "cbd8f7984c654c25512e3d9241ae569f".
2006 Mar 17
3
Timestamps casted to nil?
...attributes={"mtime"=>"01.03.2006 13:26:32.737166",
"valid"=>"8", "valid_from"=>"01.03.1999 14:09:21 CET",
"valid_thru"=>nil, "lastlogin"=>"13.03.2006 16:04:58",
"password"=>"cbd8f7984c654c25512e3d9241ae569f", "login"=>"PS12345",
"email"=>"jan.foeh@parship.de"}>
>> puts me.valid_from
nil
=> nil
Using before_type_cast, I can see the content is still there, albeit as
string:
>> puts me.valid_from_before_type_cast
01.03.1999 14:09:2...