Location fix timestamp and logic

This commit is contained in:
quadbyte 2025-08-11 18:33:13 -04:00
parent 18b08bf647
commit 152272c51a
2 changed files with 11 additions and 2 deletions

View file

@ -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)
}