Over the last few days i have most things 12h on openatv now and found out it related to FuzzyDate.pyo and using strftime
changing '%d:%02d to strftime(config.usage.time.short.value, d) etc etc
I had a little try with openpli to but will try again later
some of the pyo have %02d:%02d and does seem be everywhere. what is 24h
any ideas how to get am/pm from
t = localtime(int(epgList[x][1]))
tmp = "%01d:%02d" % (t.tm_hour, t.tm_min)