win32api.GetTimeFormat

string = GetTimeFormat(locale, flags , time , format )

Formats a time as a time string for a specified locale. The function formats either a specified time or the local system time.

Parameters

locale : int

flags : int

time : PyTime

The time to use, or None to use the current time.

format : string

May be None