Standard.Licensing icon indicating copy to clipboard operation
Standard.Licensing copied to clipboard

Expiration Date is not correctly compared

Open psovit opened this issue 4 years ago • 0 comments

The expiration date is set as Universal date when creating the License file (ToUniversalTime()).

But the LicenseValidationDate extension method ExpirationDate is comparing with DateTime.Now. Shouldn't they both be consistently UniversalTime?

psovit avatar Aug 13 '20 11:08 psovit