Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Nov 2001 17:45:14 -0600
From:      Mike Meyer <mwm@mired.org>
To:        Randy Bush <randy@psg.com>
Cc:        questions@freebsd.org
Subject:   Re: digital clock
Message-ID:  <15331.12298.236449.253690@guru.mired.org>
In-Reply-To: <28912339@toto.iv>

next in thread | previous in thread | raw e-mail | index | archive | help
Randy Bush <randy@psg.com> types:
> i am looking for an x-based (fvwm2) 24-hour digital clock.  i want to
> display what time it is
>   o locally
>   o japan
>   o europe
> 
> i am willing to run three copies of the clock to do this.  but note
> that i will want to start each with a bias from the system clock's
> time.

What's wrong with xclock, running it (in bash) as

	xclock -d &
	TZ=MET xclock -d &
	TZ=JST xclock -d &

or whatever you actually want?

	<mike
--
Mike Meyer <mwm@mired.org>			http://www.mired.org/home/mwm/
Q: How do you make the gods laugh?		A: Tell them your plans.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15331.12298.236449.253690>