UltraLite writes times from time parts you set with the time_format property. Time parts can include hours, minutes, seconds (and milliseconds).
Time values can, however, also be represented by strings. Before it can be retrieved, a time value must be assigned to a string variable.
If you are not using the default ISO format (that is, HH:MM:SS), you must specify the format of these time parts.
ISO (that is, HH:MM:SS) is the default time format. For example, "midnight" in this international format is written: 00:00:00. If you do not want to use the default ISO time format, you must specify a different format and order for these time parts.