Showing changes from revision #1 to #2:
Added | Removed | Changed
Entry | |
---|---|
R0 | Territory number, or -1 for current |
R1 | Pointer to UTC Time (5 bytes in size) |
R2 | Pointer to output buffer |
R3 | Size of buffer |
R4 | Pointer to format string (null terminated) |
Exit | |
---|---|
R0 | Pointer to buffer (R2 on entry) |
R1 | Pointer to terminating zero in buffer |
R2 | Number of free bytes in buffer |
R3 | Pointer to format string |
R4 | Preserved |
The purpose of this call is to convert a 5 byte UTC time into a string, giving the date and time.
This call returns the local time, language and alphabet.
The format string is copied directly into the result buffer, except when a ‘%’ character
appears. In this case the next two characters are treated as a special field name which is
replaced by a component of the current time.
This call replaces the use of OS_ConvertDateAndTime.