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
@IgnoreUntil only supports "yyyy-MM-dd" date format.
I would like to extend it to also support a datetime format for more precise control, for example:
"yyyy-MM-dd'T'HH:mm:ss"
@IgnoreUntil("2018-02-18T12:35:00")
The text was updated successfully, but these errors were encountered:
siladu
changed the title
@IgnoreUntil Only Support yyyy-MM-dd date format
@IgnoreUntil Only Support "yyyy-MM-dd" date format
Feb 18, 2018
siladu
changed the title
@IgnoreUntil Only Support "yyyy-MM-dd" date format
Add @IgnoreUntil Support for "yyyy-MM-dd'T'HH:mm:ss" datetime format
Feb 18, 2018
siladu
pushed a commit
to siladu/junit-rules
that referenced
this issue
Feb 18, 2018
@IgnoreUntil only supports "yyyy-MM-dd" date format.
I would like to extend it to also support a datetime format for more precise control, for example:
"yyyy-MM-dd'T'HH:mm:ss"
The text was updated successfully, but these errors were encountered: