aboutsummaryrefslogtreecommitdiffstats
path: root/WarframeClock/Clock.cs
diff options
context:
space:
mode:
Diffstat (limited to 'WarframeClock/Clock.cs')
-rw-r--r--WarframeClock/Clock.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/WarframeClock/Clock.cs b/WarframeClock/Clock.cs
index 956cfaa..cf500b1 100644
--- a/WarframeClock/Clock.cs
+++ b/WarframeClock/Clock.cs
@@ -35,6 +35,9 @@ namespace WarframeClock
return $"Vallis: ☁[→❄️] {GetReadableTimeSpan(dayStart + 1600 - currentTime)}";
}
+ public static string OverlayString() =>
+ $"{CetusExpiryString()} {VallisExpiryString()}";
+
private static double GetCurrentTime() =>
DateTime.UtcNow.Subtract(new DateTime(1970, 1, 1)).TotalMilliseconds / 1000;