yubioath-flutter/qml/utils.js
Dag Heyman 94edf799b6 New UI based on Quick Controls 2
- New design based on Material Style
- Light mode and Dark mode
- Add support for custom CCID readers
- New tray functionality
- Support for favorite credentials

Co-authored-by: Rikard <rikard@yubico.com>
2019-09-11 10:30:37 +02:00

6 lines
153 B
JavaScript

function getNow() {
// Use seconds since epoch, because
// that is what we get from the python layer.
return Math.floor(Date.now() / 1000)
}