diff --git a/Content.Server/StationGoal/StationGoalPaperSystem.cs b/Content.Server/StationGoal/StationGoalPaperSystem.cs index add7d1a43e..2703fbea99 100644 --- a/Content.Server/StationGoal/StationGoalPaperSystem.cs +++ b/Content.Server/StationGoal/StationGoalPaperSystem.cs @@ -99,7 +99,7 @@ public bool SendStationGoal(StationGoalPrototype goal) var printout = new FaxPrintout( Loc.GetString("station-goal-fax-paper-header", - ("date", DateTime.Now.AddYears(544).ToString("yyyy MMMM dd")), + ("date", DateTime.Now.AddYears(544).ToString("dd MMMM yyyy")), ("station", string.IsNullOrEmpty(stationId) ? "???" : stationId), ("content", goal.Text), ("name", _random.Pick(signerName.Values))