Update of /cvsroot/freevo/freevo/src/helpers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13372
Modified Files: recordserver.py Log Message: Yet another place where we aren't following the user's time format... fixed now. Index: recordserver.py =================================================================== RCS file: /cvsroot/freevo/freevo/src/helpers/recordserver.py,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** recordserver.py 5 Feb 2004 02:33:00 -0000 1.29 --- recordserver.py 11 Feb 2004 04:20:46 -0000 1.30 *************** *** 7,10 **** --- 7,13 ---- # ----------------------------------------------------------------------- # $Log$ + # Revision 1.30 2004/02/11 04:20:46 outlyer + # Yet another place where we aren't following the user's time format... fixed now. + # # Revision 1.29 2004/02/05 02:33:00 outlyer # <sigh> Escape ALL the text that goes into the FXD file. *************** *** 844,848 **** fxd.info['plot'] = fxd.str2XML(rec_prog.desc) fxd.info['runtime'] = None ! fxd.info['year'] = time.strftime('%m-%d %I:%M', time.localtime(rec_prog.start)) fxd.title = fxd.str2XML(rec_prog.title) # I don't know why this has to be done twice? fxd.writeFxd() --- 847,851 ---- fxd.info['plot'] = fxd.str2XML(rec_prog.desc) fxd.info['runtime'] = None ! fxd.info['year'] = time.strftime('%m-%d ' + config.TV_TIMEFORMAT, time.localtime(rec_prog.start)) fxd.title = fxd.str2XML(rec_prog.title) # I don't know why this has to be done twice? fxd.writeFxd() ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Freevo-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog