• Bruce Momjian's avatar
    Please find attached a patch (diff -c against cvs HEAD) to add a · 4d0e7b4a
    Bruce Momjian authored
    function that accepts a double precision argument assumed to be a Unix
    epoch timestamp and returns timestamp with time zone, and accompanying
    documentation.
    
    Usage:
    
    test=# select to_timestamp(200120400);
           to_timestamp
    ------------------------
      1976-05-05 14:00:00+09
    (1 row)
    
    Michael Glaesemann
    4d0e7b4a
func.sgml 313 KB