matomo-org / piwik-python-api

Piwik API for Python
BSD 3-Clause "New" or "Revised" License
101 stars 43 forks source link

Send local hour, minute and second #11

Closed shagi closed 7 years ago

shagi commented 9 years ago

It was already stored in the PiwikTracker :-)

nkuttler commented 9 years ago

Hi. Can you give me a little more context? Is this something the piwik API accepts as parameters? A link to the API docs would be welcome.

mattab commented 9 years ago

Hi @nkuttler this is used to track the local time for a given visitor. It shows in Visitors > Times > Local time

see the doc @ http://developer.piwik.org/api-reference/tracking-api

brendon-codes commented 7 years ago

This functionality has been added in the refactor branch.