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
Currently the java.time.Instant class is not recognized as date type. Also it would be nice to have compatible api. The library have java7 compatibility so we cannot use Instant in it, but we should provide east way to plug it in.
The text was updated successfully, but these errors were encountered:
Note: this will override old date type, so if you want to have multiple new supported types, this support should be made in scope of one overridden instance.
Currently the
java.time.Instant
class is not recognized as date type. Also it would be nice to have compatible api. The library have java7 compatibility so we cannot use Instant in it, but we should provide east way to plug it in.The text was updated successfully, but these errors were encountered: