zevarito / mixpanel

Simple lib to track events in Mixpanel service. It can be used in any rack based framework.
MIT License
273 stars 84 forks source link

The `time` property should be seconds since epoch #118

Closed wagenet closed 11 years ago

wagenet commented 11 years ago

As any other values are ignored, the gem should convert passed time values into seconds since epoch.

zevarito commented 11 years ago

You right, better to rely that on the gem to avoid confusions.

I will not able to do this right now, so PR are very welcomed!