2020-11-30, 07:23 AM
For anyone else following along, neither the NextPVR "[+08:00 Wrote:" suffix, nor the patched EPG Buddy exe file worked for me. However, stripping off the timezone from the UTC times in the XML works, so I just setup EPG-Buddy to run a .bat file after updates: pid='549146' dateline='1606208825']Replace PATH_GOES_HERE as well as -0800 with your offset that you need to remove. This just strips the offset and fixed the guide for me. Good luck!
- powershell -Command "(Get-Content \"PATH_GOES_HERE\").Replace(\" -0800\",\"\") | Set-Content \"PATH_GOES_HERE\""