[mrtg] Re: Weekformat [abcd]

Takumi Yamane yamtak at b-session.com
Tue Jul 13 17:55:45 MEST 2004


Hi Oliver,

On Tue, 13 Jul 2004 16:55:22 +0200, "Oliver Ziltener" wrote 
in <f32dfd02c97b434198c572e571fc0c40 at netcloud.ch>:
> 
> and what kind of experience do you found the the 3 weekformat 
> options?

I wrote a scriptlet for your convenience:

#!/usr/bin/perl -w

use strict;
use POSIX qw(strftime);

my @tm = localtime();
print strftime("%%W=%W\n", @tm);
print strftime("%%U=%U\n", @tm);
print strftime("%%V=%V\n", @tm);

# EOF


Don't call me a liar ;)
Takumi Yamane <yamtak at b-session.com>

--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive     http://www.ee.ethz.ch/~slist/mrtg
FAQ         http://faq.mrtg.org    Homepage     http://www.mrtg.org
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi



More information about the mrtg mailing list