Add importing and exporting function

This commit is contained in:
Ske
2019-06-14 22:48:19 +02:00
parent cd9a3e0abd
commit 652afffb8c
7 changed files with 321 additions and 2 deletions

View File

@@ -224,6 +224,8 @@ namespace PluralKit
public static class Formats
{
public static string DateTimeFormat = "yyyy-MM-dd HH:mm:ss";
public static string DateExportFormat = "yyyy-MM-dd";
public static string TimestampExportFormat = "g";
public static string DurationFormat = "D'd' h'h' m'm' s's'";
}
}