Location fix timestamp and logic
This commit is contained in:
parent
18b08bf647
commit
152272c51a
2 changed files with 11 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ Singleton {
|
|||
}
|
||||
|
||||
// Returns a Unix Timestamp (in seconds)
|
||||
readonly property string timestamp: {
|
||||
readonly property int timestamp: {
|
||||
return Math.floor(Date.now() / 1000)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue