2008-01-06, 04:03 AM 
	
	
	
		As far as I know, all XMLTv grabbers output the start and stop times in GMT format. The application using the data then converts it to local time. I'm surprised that that application does not.
You can try changing the offset in the files. I don't believe that Oz has anything implemented that will do that but you can open the file in something like Notepad++ and run a search/replace on all " +0000" and adjust it to your timezone. If you are on Eastern Standard Time, you would change it to " -0500". You may have to use the opposite +/- symbol from your timezone. I can't remember offhand.
	
	
	
You can try changing the offset in the files. I don't believe that Oz has anything implemented that will do that but you can open the file in something like Notepad++ and run a search/replace on all " +0000" and adjust it to your timezone. If you are on Eastern Standard Time, you would change it to " -0500". You may have to use the opposite +/- symbol from your timezone. I can't remember offhand.
 One thing you may bear in mind in making the "customized" app is daylight savings time. If you're going to hard-code the time zone in, you may want to make one for daylight savings time and another for standard time. I don't know as much about coding as I would like, so I'm not sure what kind of effort would need to be put in to do a "drop-down" where you could choose your timezone or a radio button to switch between daylight savings time and standard time. I will gladly be your guinea pig in this endeavor, however. Let me know and keep me posted on the progress. . .