Dave Rolsky <[EMAIL PROTECTED]> wrote: > On Sat, 15 Mar 2003, Peter J. Acklam wrote: > > > But DateTime isn't using UTC -- it's just pretending it is in > > the docs. You should either stop violating the standard and > > start support UTC, or stop saying you are using UTC. > > And you should chill a bit.
You need to learn to deal with criticism. I'm not upset -- I just think it's confusing that the documentation and the code don't follow each other. Peter -- #!/local/bin/perl5 -wp -*- mode: cperl; coding: iso-8859-1; -*- # matlab comment stripper (strips comments from Matlab m-files) s/^((?:(?:[])}\w.]'+|[^'%])+|'[^'\n]*(?:''[^'\n]*)*')*).*/$1/x;
