diff --git a/lib/WWW/Efa.pm b/lib/WWW/Efa.pm
index b0fd7ca0b3558f9eb861d4c793ce03560895ed8e..b52121af1223bc35b922f5ffcd99b110732a70da 100644
--- a/lib/WWW/Efa.pm
+++ b/lib/WWW/Efa.pm
@@ -171,97 +171,97 @@ sub post_place {
 
 sub create_post {
 	my ($conf) = @_;
+	my @now = localtime(time());
 	my $post = {
-      changeSpeed => "normal",
-      command => "",
-      execInst => "",
-      imparedOptionsActive => 1,
-      inclMOT_0 => "on",
-      inclMOT_1 => "on",
-      inclMOT_10 => "on",
-      inclMOT_11 => "on",
-      inclMOT_2 => "on",
-      inclMOT_3 => "on",
-      inclMOT_4 => "on",
-      inclMOT_5 => "on",
-      inclMOT_6 => "on",
-      inclMOT_7 => "on",
-      inclMOT_8 => "on",
-      inclMOT_9 => "on",
-      includedMeans => "checkbox",
-      itOptionsActive => 1,
-      itdDateDay => "03",
-      itdDateMonth => 12,
-      itdDateYear => 10,
-      itdLPxx_ShowFare => " ",
-      itdLPxx_command => "",
-      itdLPxx_enableMobilityRestrictionOptionsWithButton => "",
-      itdLPxx_id_destination => ":destination",
-      itdLPxx_id_origin => ":origin",
-      itdLPxx_id_via => ":via",
-      itdLPxx_mapState_destination => "",
-      itdLPxx_mapState_origin => "",
-      itdLPxx_mapState_via => "",
-      itdLPxx_mdvMap2_destination => "",
-      itdLPxx_mdvMap2_origin => "",
-      itdLPxx_mdvMap2_via => "",
-      itdLPxx_mdvMap_destination => "::",
-      itdLPxx_mdvMap_origin => "::",
-      itdLPxx_mdvMap_via => "::",
-      itdLPxx_priceCalculator => "",
-      itdLPxx_transpCompany => "vrr",
-      itdLPxx_view => "",
-      itdTimeHour => 23,
-      itdTimeMinute => 38,
-      itdTripDateTimeDepArr => "dep",
-      language => "de",
-      lineRestriction => 403,
-      maxChanges => 9,
-      nameInfo_destination => "invalid",
-      nameInfo_origin => "invalid",
-      nameInfo_via => "invalid",
-      nameState_destination => "empty",
-      nameState_origin => "empty",
-      nameState_via => "empty",
-      name_destination => "",
-      name_origin => "",
-      name_via => "",
-      placeInfo_destination => "invalid",
-      placeInfo_origin => "invalid",
-      placeInfo_via => "invalid",
-      placeState_destination => "empty",
-      placeState_origin => "empty",
-      placeState_via => "empty",
-      place_destination => "",
-      place_origin => "",
-      place_via => "",
-      ptOptionsActive => 1,
-      requestID => 0,
-      routeType => "LEASTTIME",
-      sessionID => 0,
-      text => 1993,
-      trITArrMOT => 100,
-      trITArrMOTvalue100 => 8,
-      trITArrMOTvalue101 => 10,
-      trITArrMOTvalue104 => 10,
-      trITArrMOTvalue105 => 10,
-      trITDepMOT => 100,
-      trITDepMOTvalue100 => 8,
-      trITDepMOTvalue101 => 10,
-      trITDepMOTvalue104 => 10,
-      trITDepMOTvalue105 => 10,
-      typeInfo_destination => "invalid",
-      typeInfo_origin => "invalid",
-      typeInfo_via => "invalid",
-      type_destination => "stop",
-      type_origin => "stop",
-      type_via => "stop",
-      useRealtime => 1
-    };
+		changeSpeed => "normal",
+		command => "",
+		execInst => "",
+		imparedOptionsActive => 1,
+		inclMOT_0 => "on",
+		inclMOT_1 => "on",
+		inclMOT_10 => "on",
+		inclMOT_11 => "on",
+		inclMOT_2 => "on",
+		inclMOT_3 => "on",
+		inclMOT_4 => "on",
+		inclMOT_5 => "on",
+		inclMOT_6 => "on",
+		inclMOT_7 => "on",
+		inclMOT_8 => "on",
+		inclMOT_9 => "on",
+		includedMeans => "checkbox",
+		itOptionsActive => 1,
+		itdDateDay => $now[3],
+		itdDateMonth => $now[4] + 1,
+		itdDateYear => $now[5] + 1900,
+		itdLPxx_ShowFare => " ",
+		itdLPxx_command => "",
+		itdLPxx_enableMobilityRestrictionOptionsWithButton => "",
+		itdLPxx_id_destination => ":destination",
+		itdLPxx_id_origin => ":origin",
+		itdLPxx_id_via => ":via",
+		itdLPxx_mapState_destination => "",
+		itdLPxx_mapState_origin => "",
+		itdLPxx_mapState_via => "",
+		itdLPxx_mdvMap2_destination => "",
+		itdLPxx_mdvMap2_origin => "",
+		itdLPxx_mdvMap2_via => "",
+		itdLPxx_mdvMap_destination => "::",
+		itdLPxx_mdvMap_origin => "::",
+		itdLPxx_mdvMap_via => "::",
+		itdLPxx_priceCalculator => "",
+		itdLPxx_transpCompany => "vrr",
+		itdLPxx_view => "",
+		itdTimeHour => $now[2],
+		itdTimeMinute => $now[1],
+		itdTripDateTimeDepArr => "dep",
+		language => "de",
+		lineRestriction => 403,
+		maxChanges => 9,
+		nameInfo_destination => "invalid",
+		nameInfo_origin => "invalid",
+		nameInfo_via => "invalid",
+		nameState_destination => "empty",
+		nameState_origin => "empty",
+		nameState_via => "empty",
+		name_destination => "",
+		name_origin => "",
+		name_via => "",
+		placeInfo_destination => "invalid",
+		placeInfo_origin => "invalid",
+		placeInfo_via => "invalid",
+		placeState_destination => "empty",
+		placeState_origin => "empty",
+		placeState_via => "empty",
+		place_destination => "",
+		place_origin => "",
+		place_via => "",
+		ptOptionsActive => 1,
+		requestID => 0,
+		routeType => "LEASTTIME",
+		sessionID => 0,
+		text => 1993,
+		trITArrMOT => 100,
+		trITArrMOTvalue100 => 8,
+		trITArrMOTvalue101 => 10,
+		trITArrMOTvalue104 => 10,
+		trITArrMOTvalue105 => 10,
+		trITDepMOT => 100,
+		trITDepMOTvalue100 => 8,
+		trITDepMOTvalue101 => 10,
+		trITDepMOTvalue104 => 10,
+		trITDepMOTvalue105 => 10,
+		typeInfo_destination => "invalid",
+		typeInfo_origin => "invalid",
+		typeInfo_via => "invalid",
+		type_destination => "stop",
+		type_origin => "stop",
+		type_via => "stop",
+		useRealtime => 1
+	};
 
 
 	post_place($post, 'origin', @{$conf->{'from'}});
-
 	post_place($post, 'destination', @{$conf->{'to'}});
 
 	if ($conf->{'via'}) {