Skip to content

Time-based HEIC not changing at the right times #76

@ffxsam

Description

@ffxsam

This is my JSON:

[
  {
    "fileName": "Day.jpg",
    "isPrimary": true,
    "isForLight": true,
    "time": "2023-12-30T15:00:00Z"
  },
  {
    "fileName": "Evening.jpg",
    "isForDark": true,
    "time": "2023-12-31T01:00:00Z"
  },
  {
    "fileName": "Night.jpg",
    "time": "2023-12-31T07:00:00Z"
  },
  {
    "fileName": "Dawn.jpg",
    "time": "2023-12-31T11:00:00Z"
  },
  {
    "fileName": "Morning.jpg",
    "time": "2023-12-31T13:00:00Z"
  }
]

See the video below, and note the time I'm setting. That image that it changes to just past midnight is wrong (and I'm UTC-6, BTW). There's an image change at 7pm my time (01:00 UTC) and at 1am (07:00 UTC), nothing in between. Not sure why this is happening.

Broken.HEIC.mp4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions