default_time_display_format - eisclimber/ExPresS-XR GitHub Wiki
Field in TextSettings
Default format for displaying the remaining time. Uses string.Format. Any occurrence of '{0}' will be replaced with the time.
public const string DEFAULT_TIME_DISPLAY_FORMAT = "{0}";