* @brief Returns now floored at the highest wall-clock ever observed (anti clock-rewind). */
| 56 | * @brief Returns now floored at the highest wall-clock ever observed (anti clock-rewind). |
| 57 | */ |
| 58 | QDateTime Licensing::MonotonicClock::now() |
| 59 | { |
| 60 | QSettings settings; |
| 61 | SimpleCrypt crypt(MachineID::instance().machineSpecificKey()); |
| 62 | crypt.setIntegrityProtectionMode(SimpleCrypt::ProtectionHash); |
| 63 | return nowFloored(settings, crypt); |
| 64 | } |