Produces a date and/or time string value for a timestamp. See this URL for valid parameters: https://cplusplus.com/reference/ctime/strftime/ Note that available parameters depends on support from your operating system. In particular, ones highlighted in yellow on that page are not currently available on Windows and should be avoided for portable plugins.
native void FormatTime(char[] buffer, int maxlength, const char[] format, int stamp = -1)