Skip to content

Commit 693d62e

Browse files
kiruka4larcorba
authored andcommitted
week to ISO 8601
1 parent 7b6a290 commit 693d62e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mysql_zbx_part.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474

7575
# name templates for the different periods
7676
my $partition_name_templates = { 'day' => 'p%Y_%m_%d',
77-
'week' => 'p%Y_w%W',
77+
'week' => 'p%Y_w%V',
7878
'month' => 'p%Y_%m',
7979
};
8080

@@ -237,4 +237,4 @@ sub log_writer {
237237
my $log_priority = shift;
238238
syslog($log_priority, $log_line);
239239
}
240-
}
240+
}

0 commit comments

Comments
 (0)