# HG changeset patch # User adb014 # Date 1170189362 0 # Node ID 0a4774bc49fd788c42cba9dd14dffebf4f701df6 # Parent 438a36a0f9193dff80c527d57407d829e2832771 Remove non-standard --rfc-3339 date option and use a more standard means of creating an rfc-3339 date diff -r 438a36a0f919 -r 0a4774bc49fd www/get_current_date.sh --- a/www/get_current_date.sh Tue Jan 30 20:34:42 2007 +0000 +++ b/www/get_current_date.sh Tue Jan 30 20:36:02 2007 +0000 @@ -1,2 +1,2 @@ #!/bin/sh -echo -n `/bin/date --rfc-3339=seconds` +echo -n `date "+%Y-%m-%d %H:%M:%S%z"`