Fisheye: Tag 1.2 refers to a dead (removed) revision in file `openacs-4/packages/acs-lang/www/admin/set-system-timezone-oracle.xql'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.3 refers to a dead (removed) revision in file `openacs-4/packages/acs-lang/www/admin/set-system-timezone-postgresql.xql'. Fisheye: No comparison available. Pass `N' to diff? Index: openacs-4/packages/acs-lang/www/admin/set-system-timezone.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/www/admin/set-system-timezone.xql,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/acs-lang/www/admin/set-system-timezone.xql 16 Nov 2017 12:48:26 -0000 1.1 @@ -0,0 +1,17 @@ + + + + + + select to_char(current_timestamp, 'YYYY-MM-DD HH24:MI:SS') from dual + + + + + + select to_char(current_timestamp at timezone 'UTC', 'YYYY-MM-DD HH24:MI:SS')) from dual + + + + +