
noreply at mythtv
Aug 11, 2012, 9:04 AM
Post #1 of 1
(63 views)
Permalink
|
|
Ticket #10993: logpath filename timestamp doesn't use localtime
|
|
#10993: logpath filename timestamp doesn't use localtime ----------------------------------------+------------------------- Reporter: kenni | Owner: beirdo Type: Bug Report - General | Status: new Priority: minor | Milestone: unknown Component: MythTV - Mythlogserver | Version: Master Head Severity: medium | Keywords: Ticket locked: 0 | ----------------------------------------+------------------------- When running mythbackend with --logpath, the timestamp of the filename doesn't take the local timezone into account. This should be the case, as the timestamps within the file are in localtime: {{{ "mythbackend.20120811154409.20568.log" =15:44:09 }}} ..while the first line of the file is: {{{ 2012-08-11 17:44:09.669863 C [20568/20568] thread_unknown mythcommandlineparser.cpp:2545 (ConfigureLogging) - mythbackend version: master [v0.26-beta-15-g30d75bc] www.mythtv.org =17:44:09 }}} -- Ticket URL: <http://code.mythtv.org/trac/ticket/10993> MythTV <http://code.mythtv.org/trac> MythTV Media Center _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-commits
|