|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-4bb960b182
|
GIS Library - Date functions. More...

Go to the source code of this file.
Functions | |
| const char * | G_date (void) |
| Current date and time. | |
GIS Library - Date functions.
SPDX-FileCopyrightText: 2001-2009 GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later
Definition in file date.c.
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 24 of file date.c.
References AMI_STREAM< T >::AMI_STREAM(), G_initialize_done(), G_is_initialized(), and G_store().
Referenced by Rast_short_history(), Vect__init_head(), and Vect_hist_command().