How delete data with specific hours by console command?

Hello,

i delete data with the /data/www/piwik_ne_pas_suppr/console core:delete-logs-data like this :
/data/www/piwik_ne_pas_suppr/console core:delete-logs-data --dates=2016-03-23,2016-03-24 --idsite=1

Is it possible and how can i delete data but with specific hours ex :
/data/www/piwik_ne_pas_suppr/console core:delete-logs-data --dates=2016-03-23,2016-03-24 --hours:23:50:00,23:55:00 --idsite=1 (meaning i want to delete data between 2016-03-23 23:50:00 and 2016-03-24 23:55:00)

By default the hours are 00:00:00 but i can’t change them :frowning:

Regards,

Hello,

i am from Paris with UTC/GMT +1

Regards,

Hello,

no one can answer me ? :frowning:

Regards,

Hi there,

Feel free to create an issue on Github issue tracker: Issues · matomo-org/piwik · GitHub

if you are a developer please consider a pull request as well :slight_smile:

Hello,

Thx for your answer, issue created Delete data with specific hours · Issue #10008 · matomo-org/piwik · GitHub
unfortunately i am not dev just a user :slight_smile:

Regards,

Answer given on git :
./console core:delete-logs-data --idsite=31 --dates=“2016-04-04 06:25:00,2016-04-05 06:25:00”