mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-08 06:47:56 +00:00
Add importing and exporting function
This commit is contained in:
parent
cd9a3e0abd
commit
652afffb8c
7 changed files with 321 additions and 2 deletions
|
|
@ -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'";
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue