Microsoft
Software
Hardware
Network
Question : Convert bigint into date
how can I convert bigint record into date in postgres? E.g, select time from table; but, I would like to select that field and convert it into date, so that select result would be date, and not bigint.
Answer : Convert bigint into date
what is in your bigint. Presume that it's seconds from the 1st Computer Epoch then the following should assist you
http://www.experts-exchang
e.com/Prog
ramming/La
nguages/.N
ET/
Visual_
Basic.NET/
Q_24282739
.html
Random Solutions
Add custom disclaimer to new IMs
mounting a remote share withing a local share on Linux
Newby needs question answered around VMWare Networking
Merge 2 text files - access denied?
string to date
How to append DateTime to a Filename in DOS
List of Procedures & Functions in Class
Need Image uploader that can insert image into wysiwyg ..
Running login/logout script on Mac OSX from Windows server
Clear rotated logs on startup in log4j using RollingFileAppender