I catch the value of Firstlogin field from a table (from IBSng Database). i know that it is a Date but i don't know how can i convert it into a valid date .
The value of the field is : 1304077351
how to convert it to a valid date format ?
|
That is the unix timestamp for Fri, 29 Apr 2011 11:42:31 GMT. Edit According to IBS, it uses postgresql as its backend database. You should be able to convert it using to_timestamp. |
||||
|
|
|
I found it ! Thank you Anders
|
|||||||||
|
Firstloginmay well identify the language to those who know it, but means nothing to the rest of us. Please edit the question to add the language to the tags. – David Thornley Apr 29 '11 at 17:05