[mythtv-commits] Ticket #4583: MythWeb recreates pixmaps every time after switching LANG variable

MythTV mythtv at cvs.mythtv.org
Sat Feb 16 23:14:09 UTC 2008


#4583: MythWeb recreates pixmaps every time after switching LANG variable
------------------------------+---------------------------------------------
 Reporter:  geierb at geierb.de  |        Owner:  xris   
     Type:  defect            |       Status:  new    
 Priority:  minor             |    Milestone:  unknown
Component:  mythweb           |      Version:  0.20.2 
 Severity:  medium            |   Resolution:         
  Mlocked:  0                 |  
------------------------------+---------------------------------------------
Changes (by xris):

 * cc: ijr (added)


Comment:

 ok, preliminary tests seem to show that QUERY_PIXMAP_LASTMODIFIED returns
 a human readable timestamp (e.g. "Sa Feb 16 15:09:33 2008"), the format of
 which is based on the LANG setting of the backend.  Mythweb them parses
 that with strtotime().  If the LANG values are different, strtotime()
 won't know how to parse the string properly, and will come back with an
 odd unix timestamp value, thus triggering the pixmap to be re-requested
 from the backend.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4583#comment:1>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list