On Thursday 01 January 1970 05:30, [EMAIL PROTECTED] wrote:
> Steven, others,
>
> I've added the following to /root/.profile
>
> alias date='date +'%cEST''
>
> and output is Thu Jun 06 13:33:14 2002EST
>
> I have all the reference materials I need,
> but don't know where to
On 25 May 2002, at 18:03, Elias Athanasopoulos wrote:
> On Fri, May 24, 2002 at 04:31:33PM -0700, Matthew Stapleton wrote:
> > I was wondering if Emacs was considered to be gui based WP or cli-based?
>
> Noone of it. Emacs is an OS which pretends to be an editor. :-)
No, Emacs is a religion. ;
> I've added the following to /root/.profile
>
> alias date='date +'%cEST''
>
> and output is Thu Jun 06 13:33:14 2002EST
I'm not quite sure what you're trying to achieve here. If
you just want the date in EST, then try:
export TZ=EST
date +%c
If you're root, you can set the system-wide timezo