Index: openacs-4/packages/news-aggregator/tcl/source-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news-aggregator/tcl/source-procs.tcl,v diff -u -r1.6 -r1.6.2.1 --- openacs-4/packages/news-aggregator/tcl/source-procs.tcl 1 Jun 2004 12:18:31 -0000 1.6 +++ openacs-4/packages/news-aggregator/tcl/source-procs.tcl 10 Dec 2005 11:26:27 -0000 1.6.2.1 @@ -246,7 +246,7 @@ set pub_date_sql "now()" } else { # massage pub_date - set pub_date [clock format $pub_date -format "%Y-%m-%d %T UTC"] + set pub_date [clock format $pub_date -format "%Y-%m-%d %T %Z"] set pub_date_sql ":pub_date" }