Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tile integration last timestamp appears to have some timezone handling issues #106009

Closed
brilthor opened this issue Dec 18, 2023 · 3 comments · Fixed by #110773
Closed

Tile integration last timestamp appears to have some timezone handling issues #106009

brilthor opened this issue Dec 18, 2023 · 3 comments · Fixed by #110773
Assignees

Comments

@brilthor
Copy link

brilthor commented Dec 18, 2023

The problem

The last_timestamp attribute on the device tracker appears to be off by 8 hours when I compare the location history in the tile app with the value presented in home assistant properties. I'm not sure where this particular offset is coming from since the HASS server runs in UTC-4 / -5

The app shows 9:16AM and the HASS value is 2023-12-18T17:16:25.001000

What version of Home Assistant Core has the issue?

core-2023.12.0

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Docker

Integration causing the issue

Tile

Link to integration documentation on our website

https://www.home-assistant.io/integrations/tile

Diagnostics information

config_entry-tile-f8b5260b28aaa80942b705a0420c6769.json.txt

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

@home-assistant
Copy link

Hey there @bachya, mind taking a look at this issue as it has been labeled with an integration (tile) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of tile can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign tile Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


tile documentation
tile source
(message by IssueLinks)

@bachya
Copy link
Contributor

bachya commented Dec 20, 2023

We merely show the data that we receive from the app. We assume this timestamp to be in UTC, which is what we pass to HASS. I don't have any immediate ideas on why your system is showing a different time.

@SpaceSaver
Copy link

For me the last_timestamp attribute shows UTC time as local time. So, if it's 3PM UTC it will show the time as 3PM in the attribute even though it's 10AM EST.

@github-actions github-actions bot locked and limited conversation to collaborators Mar 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants