Skip to content
Snippets Groups Projects
Commit a6474c64 authored by Arne Stabenau's avatar Arne Stabenau
Browse files

corrected the month

parent 8cbd78c7
No related branches found
No related tags found
No related merge requests found
......@@ -548,7 +548,7 @@ sub _create_db_name {
my @t_info = localtime;
my $date = join ( "_", $t_info[3],$t_info[4]);
my $date = join ( "_", $t_info[3],$t_info[4]+1);
my $time = join ( "", $t_info[2],$t_info[1],$t_info[0]);
my $species = $self->species;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment