Index: trunk/BNC/scripts/Bnc.pm
===================================================================
--- trunk/BNC/scripts/Bnc.pm	(revision 10806)
+++ trunk/BNC/scripts/Bnc.pm	(revision 10809)
@@ -554,5 +554,5 @@
 				@hlp = split( /\s+/, $ln );
                 $ssrData = $hlp[5]; #print "$ssrData\n";
-                $dateStr = substr( $hlp[3], 0, 9 );
+                $dateStr = substr( $hlp[3], 0, 10 );
 
 			}
Index: trunk/BNC/scripts/pppPlot.pl
===================================================================
--- trunk/BNC/scripts/pppPlot.pl	(revision 10806)
+++ trunk/BNC/scripts/pppPlot.pl	(revision 10809)
@@ -182,5 +182,5 @@
 			title   => "Displacements N, RMS + -$str_rms_n m",
 			timefmt => '%s',
-			style   => "dots",
+			style   => "lines",
 		);
 		my $dataE = Chart::Gnuplot::DataSet->new(
@@ -189,5 +189,5 @@
 			title   => "Displacements E, RMS + -$str_rms_e m",
 			timefmt => '%s',
-			style   => "dots",
+			style   => "lines",
 		);
 		my $dataU = Chart::Gnuplot::DataSet->new(
@@ -375,5 +375,5 @@
 					output   => $pngNameAMB,
 					terminal => 'png',
-					title    => $station,
+					title    => "$station ($dateStr)",
 					ylabel   => "Ambiguities $key_ambType [m]",
 					timeaxis => 'x',
@@ -385,5 +385,5 @@
 					output   => $pngNameEPO,
 					terminal => 'png',
-					title    => $station,
+					title    => "$station ($dateStr)",
 					ylabel   => "Number of Epochs $key_ambType [-]",
 					timeaxis => 'x',
@@ -597,5 +597,5 @@
 		$headline_text->translate( 15 / mm, 280 / mm );
 		$headline_text->text($headline);
-		my $chartCLKCORR = newChart("$station ($dateStr)");
+		my $chartCLKCORR = newChart("$ssrData ($dateStr)");
 		$chartCLKCORR->set( ylabel => "Clock Corrections [m]" );
 		$chartCLKCORR->set( legend => { position => "outside right" } );
