2 ctime - current local time
11 The ctime() builtin returns the string formed by the first 24
12 characters returned by the C library function, ctime(): E.g.
14 "Mon Oct 28 00:47:00 1996"
16 The 25th ctime() character, '\n' is removed.
19 ; printf("The time is now %s.\n", ctime())
20 The time is now Mon Apr 15 12:41:44 1996.
31 ## Copyright (C) 1999 Landon Curt Noll
33 ## Calc is open software; you can redistribute it and/or modify it under
34 ## the terms of the version 2.1 of the GNU Lesser General Public License
35 ## as published by the Free Software Foundation.
37 ## Calc is distributed in the hope that it will be useful, but WITHOUT
38 ## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
39 ## or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General
40 ## Public License for more details.
42 ## A copy of version 2.1 of the GNU Lesser General Public License is
43 ## distributed with calc under the filename COPYING-LGPL. You should have
44 ## received a copy with calc; if not, write to Free Software Foundation, Inc.
45 ## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
47 ## @(#) $Revision: 30.1 $
48 ## @(#) $Id: ctime,v 30.1 2007/03/16 11:10:42 chongo Exp $
49 ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/ctime,v $
51 ## Under source code control: 1996/04/30 03:05:18
52 ## File existed as early as: 1996
54 ## chongo <was here> /\oo/\ http://www.isthe.com/chongo/
55 ## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/