Sometimes a user (e.g. me) isn't really sure what timezone
they're in...
}
$lr -= ($rft || (48 * 60 * 60));
$lei->qerr("# $uri limiting to ".
- strftime('%Y-%m-%d %k:%M', localtime($lr)). ' and newer');
+ strftime('%Y-%m-%d %k:%M %z', localtime($lr)). ' and newer');
# this should really be rt: (received-time), but no stable
# public-inbox releases support it, yet.
my $dt = 'dt:'.strftime('%Y%m%d%H%M%S', gmtime($lr)).'..';