Skip to content

Commit

Permalink
Note the format for putting in dates for simulations (#2363)
Browse files Browse the repository at this point in the history
  • Loading branch information
Clayell authored May 11, 2024
1 parent d2ea3b4 commit 52dc2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/RP0/UI/KCT/GUI_Simulation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public static void DrawSimulationConfigure(int windowID)
_UTString = GUILayout.TextField(_UTString, GUILayout.Width(110));
_fromCurrentUT = GUILayout.Toggle(_fromCurrentUT, new GUIContent(" From Now", "If selected the game will warp forwards by the amount of time entered onto the field. Otherwise the date and time will be set to entered value."));
GUILayout.EndHorizontal();
GUILayout.Label("Accepts values with format \"1y 2d 3h 4m 5s\" or \"1960-01-01 15:30\"");
GUILayout.Label("Accepts values with format \"1y 2d 3h 4m 5s\" or \"1960-12-31 23:59\"");
GUILayout.Space(4);

if (ModUtils.IsTestFlightInstalled || ModUtils.IsTestLiteInstalled)
Expand Down

0 comments on commit 52dc2a9

Please sign in to comment.