- 
                Notifications
    You must be signed in to change notification settings 
- Fork 136
Open
Description
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
Labels
No labels