Mailing Lists: Apple Mailing Lists
Image of Mac OS face in stamp
Re: Time in DSS 5.5.1
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Time in DSS 5.5.1



Hi

You can fix that with the following patch:

Index: WebAdmin/WebAdminHtml/tag_formats.pl
===================================================================
RCS file: /cvs/apsl/StreamingServer/WebAdmin/WebAdminHtml/ tag_formats.pl,v
retrieving revision 1.27
diff -u -r1.27 tag_formats.pl
--- tag_formats.pl 2003/11/06 20:23:51 1.27
+++ tag_formats.pl 2005/08/08 21:06:12
@@ -36,7 +36,7 @@
}
else {
$_[0] = "";
- my @tm = localtime($timeval/1000);
+ my @tm = gmtime($timeval/1000);
my $lang = $ENV{"LANGUAGE"};
if($lang eq "de") {
$_[0] .= sprintf "%s %d %s %d %2.2d:% 2.2d:%2.2d",
@@ -54,7 +54,7 @@
$tm[2], $tm[1], $tm[0];
}
else {
- $_[0] .= sprintf "%s, %d. %s %d %2.2d: %2.2d:%2.2d",
+ $_[0] .= sprintf "%s, %d. %s %d %2.2d: %2.2d:%2.2d (GMT)",
$messages{$weekdayStr [$tm[6]]}, $tm[3], $messages{$monthStr[$tm[4]]}, $tm[5]+1900,
$tm[2], $tm[1], $tm[0];
}



Denis


On 09.09.2005, at 23:28, Marshall Eubanks wrote:

Hello;

I am running DSS 5.5.1 on Fedora Core 1, and I cannot get the time to be correct.

On the GUI I get

Status:     Started Sun, 0. Jan 1900 00:00:141536684
Current Time On Server:     Sun, 0. Jan 1900 00:00:141537080
Up Time:     11 days 17 hrs 4 min 58 sec
Server Version:     5.5.1

but on the actual box the time is
Fri Sep  9 17:24:31 EDT 2005

It seems like this might be a permission problem, but I have scanned both the
documentation and the disk, and can't find any files that might cause it - but
I also can't find where the time is kept.


Where is the start time kept ?
Anyone else have this problem or a fix ?

                                 Regards
                                 Marshall Eubanks

T.M. Eubanks
e-mail : email@hidden
http://www.multicasttech.com

Our Video Service
http://www.americafree.tv

Test your network for multicast :
http://www.multicasttech.com/mt/

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Streaming-server-users mailing list (Streaming-server- email@hidden)
Help/Unsubscribe/Update your Subscription:
40berlin.ccc.de


This email sent to email@hidden


_______________________________________________ Do not post admin requests to the list. They will be ignored. Streaming-server-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
References: 
 >Time in DSS 5.5.1 (From: Marshall Eubanks <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2011 Apple Inc. All rights reserved.