Index: openacs-4/packages/acs-lang/tcl/locale-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/tcl/Attic/locale-procs-postgresql.xql,v diff -u -r1.2 -r1.2.4.1 --- openacs-4/packages/acs-lang/tcl/locale-procs-postgresql.xql 4 May 2001 19:29:07 -0000 1.2 +++ openacs-4/packages/acs-lang/tcl/locale-procs-postgresql.xql 16 Feb 2003 20:53:36 -0000 1.2.4.1 @@ -6,7 +6,7 @@ - select ( (current_time - timezone__local_to_utc (:system_timezone, current_time)) * 24 ) + select ( (current_timestamp - timezone__local_to_utc (:system_timezone, current_timestamp)) * 24 )