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
fix(enterprise): improve license date parsing for ISO8601 format
- Add support for RFC3339/ISO8601 datetime format (e.g., 2025-10-15T00:18:29Z)
- Maintain backward compatibility with date-only format (e.g., 2025-10-15)
- Fixes days_remaining calculation to correctly show 30 days instead of -1
- All license commands now working correctly with actual Enterprise API responses
0 commit comments