Author: duncan
Date: Thu Oct 19 16:59:43 2006
New Revision: 8427
Modified:
branches/rel-1/freevo/src/tv/epg_types.py
Log:
Changed date format to be a bit more readable
Modified: branches/rel-1/freevo/src/tv/epg_types.py
==============================================================================
--- branches/rel-1/freevo/src/tv/epg_types.py (original)
+++ branches/rel-1/freevo/src/tv/epg_types.py Thu Oct 19 16:59:43 2006
@@ -84,7 +84,7 @@
def __str__(self):
bt = time.localtime(self.start) # Beginning time tuple
et = time.localtime(self.stop) # End time tuple
- begins = time.strftime('%Y-%m-%d %a %H:%M', bt)
+ begins = time.strftime('%a %Y-%m-%d %H:%M', bt)
ends = time.strftime('%H:%M', et)
try:
channel_id = self.channel_id.encode('utf-8')
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog