Open psovit opened 4 years ago
The expiration date is set as Universal date when creating the License file (ToUniversalTime()).
ToUniversalTime()
But the LicenseValidationDate extension method ExpirationDate is comparing with DateTime.Now. Shouldn't they both be consistently UniversalTime?
LicenseValidationDate
ExpirationDate
DateTime.Now
The expiration date is set as Universal date when creating the License file (
ToUniversalTime()
).But the
LicenseValidationDate
extension methodExpirationDate
is comparing withDateTime.Now
. Shouldn't they both be consistently UniversalTime?