Bas de Wit

Results 1 issues of Bas de Wit

I have written a nice query in Postgresql that converts a number of seconds into a timestamp with timezone, for example something like this: ``` SELECT TO_TIMESTAMP(1284352323); ``` This should...