I am new to Postgresql and I am using WCF services. Here is my code snippet:
$.ajax({ url: \'../Services/AuctionEntryServices.svc/InsertAuctionDetail
To convert a string into a timestamp without timezone, for Postgresql, I use the above
SELECT to_timestamp('23-11-1986 09:30:00', 'DD-MM-YYYY hh24:mi:ss')::timestamp without time zone;