Hi,
I have a column with unix timestamp (i.e 1386782654 ).
How can I make that conversion to a dateformat like 2013-03-05 17:32 ?
I have tried =DateAdd("s", Fields!timestamp.Value, "19700101 00:00:00:000") but it just gives me an error.
Anyone knows how to get this right?