|     Returns the real time for the given aspect. Multiple calls to thisfunction can be used to create a fully readable time string. The following
 may be used for the aspectName:
 
 day           month         absHour
 hour          wday          absMin
 min           yday          absSec
 sec           year          absMicro
 
 The absHour, absMin, and absSec parameters will return the number of
 hours, minutes, or seconds respectively since the Epoch (00:00:00 UTC,
 January 1, 1970). The absMicro field returns is the same as absSec
 with the addition that partial seconds are also returned.
 |