Get date/time, possibly in ISO8601 format

Functions

char * uves_get_datetime_iso8601 (void)
 Returns the current date and time as a static string.

Detailed Description

This module contains various utilities to get the current date/time, and possibly format it according to the ISO 8601 format.


Function Documentation

char* uves_get_datetime_iso8601 ( void   ) 

Returns the current date and time as a static string.

Returns:
Pointer to statically allocated string

Build and return a string containing the date of today and the current time in ISO8601 format. The returned pointer points to a statically allocated string in the function, so no need to free it.

Definition at line 118 of file uves_time.c.

Referenced by uves_initialize(), and uves_save_paf().


Generated on 9 Mar 2012 for UVES Pipeline Reference Manual by  doxygen 1.6.1