scripts/functions
branch1.10
changeset 2399 33bcab814b8f
parent 2398 9bafe9c8f0b3
     1.1 --- a/scripts/functions	Thu Apr 07 11:52:23 2011 +0200
     1.2 +++ b/scripts/functions	Fri Apr 08 00:02:44 2011 +0200
     1.3 @@ -235,7 +235,7 @@
     1.4  # to the highest entire second
     1.5  # Usage: CT_DoDate <fmt>
     1.6  CT_DoDate() {
     1.7 -    date "$1" |sed -r -e 's/N$/000000000/;'
     1.8 +    date "$1" |sed -r -e 's/%?N$/000000000/;'
     1.9  }
    1.10  
    1.11  CT_STEP_COUNT=1