At the moment, the clustering feature is expectiong all data to be in the same time-zone, or it will not understand things. What you can do is to use the offset parameter of qloaderd to make al lthe calls have the same timestamp.
my $timezone_offset = 0 * 3600; # in seconds
The timezone offset is ADDED to the current timestamp when sending data over to QM.