GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
GIS Library - Date functions. More...
#include <time.h>
#include <grass/gis.h>
Go to the source code of this file.
Functions | |
char * | G_date (void) |
Current date and time. More... | |
GIS Library - Date functions.
(C) 2001-2008 by the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file date.c.
char* G_date | ( | void | ) |
Current date and time.
Returns a pointer to a string which is the current date and time. The format is the same as that produced by the UNIX date command.
Definition at line 30 of file date.c.
References localtime().
Referenced by E_edit_history(), G_short_history(), Vect__init_head(), and Vect_hist_command().