Skip to content
Snippets Groups Projects
Commit 39e5a0ce authored by Robert Anderson's avatar Robert Anderson
Browse files

Fixed comment, now describes the line below better

parent 05d241c1
No related branches found
No related tags found
No related merge requests found
......@@ -295,7 +295,7 @@ sub cleanup
# The datetime now
my $now = DateTime->now->set_time_zone($server->{'smradius'}->{'event_timezone'});
# This month..
# Use truncate to set all values after 'month' to their default values
my $thisMonth = $now->clone()->truncate( to => "month" );
# Last month..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment