You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gore>r, err:=w.Parse("25 april at 2:25pm", time.Now())
&when.Result{
Index: 0,
Text: "25 april at 2:25pm",
Source: "25 april at 2:25pm",
Time: 2019-04-2514:25:12Local,
}
nil
gore>r, err:=w.Parse("25 апреля в 2:30 вечера", time.Now())
&when.Result{
Index: 19,
Text: "2:30 вечера",
Source: "25 апреля в 2:30 вечера",
Time: 2019-02-2714:30:14Local,
}
nil
Hi!
Can you, please, add exact date rules for both languages? i.e.
25 april at 2.25pm and
25 апреля в 2.30 вечера
The text was updated successfully, but these errors were encountered: