mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
feat: pk;config
This commit is contained in:
parent
d195c80d92
commit
56d07e0f2d
41 changed files with 648 additions and 313 deletions
|
|
@ -314,7 +314,7 @@ public class MemberEdit
|
|||
|
||||
LocalDate? birthday;
|
||||
if (birthdayStr == "today" || birthdayStr == "now")
|
||||
birthday = SystemClock.Instance.InZone(ctx.System.Zone).GetCurrentDate();
|
||||
birthday = SystemClock.Instance.InZone(ctx.Zone).GetCurrentDate();
|
||||
else
|
||||
birthday = DateUtils.ParseDate(birthdayStr, true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue