Add system time zone command

This commit is contained in:
Ske
2019-06-13 20:33:17 +02:00
parent 6cfa4cb2e5
commit 72cb838ad7
3 changed files with 36 additions and 1 deletions

View File

@@ -206,7 +206,7 @@ namespace PluralKit
public static class Formats
{
public static string DateTimeFormat = "yyyy-MM-dd HH-mm-ss";
public static string DateTimeFormat = "yyyy-MM-dd HH:mm:ss";
public static string DurationFormat = "D'd' h'h' m'm' s's'";
}
}