Retrieve the time
ustime in human readable form.
Within the rnage of date and time formats parsable by
sfi_time_from_string(), the nicest display is selected
according to the current locale and other user settings.
By means of the
elements argument, various elemtns of
a full date string can be selected:
- H - display hours
- M - display minutes
- S - display seconds
- d - display day
- m - display month
- y - display year
The returned time string describes UTC time and
thus contains no time zone or UTC offset information.
| ustime: | | time in micro seconds
|
| elements: | | string identifying time elements
|
| RETURNS: | | newly allocated string |
|