Time functions

Time functions can be used to output times to millisecond accuracy.

Assure, that the change from daylight saving to local time either is managed by the system or by a radio clock. If both techniques are used, this can cause a double change of time.

The specification of a time represents a point of time in local time. This means that specifications that are converted to UTC internally, are only valid if they lay after the 01/01/01/1970 UTC (01/01/01/1970 00:00 AM in local time are -3600 seconds in UTC). For initializing a "time" variable with the time 01/01/01/1970 00:00, a 0 must be assigned to the "time" parameter (t = 0;). For conversions, see chapter Conversion of time values.